add max-width for better readability

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-09 22:02:10 +01:00
parent ab944f8d41
commit 9cb2e74df3
1 changed files with 2 additions and 1 deletions

View File

@ -66,13 +66,14 @@
display: block;
min-height: 100%;
width: 100%;
max-width: 47em;
margin: 0 0 -50px;
padding: 30px 20px 90px 30px;
font-size: 16px;
line-height: 170%;
background: none;
resize: none;
-moz-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
}