Skip to content

Commit 9cb2e74

Browse files
committed
add max-width for better readability
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
1 parent ab944f8 commit 9cb2e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/notes.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@
6666
display: block;
6767
min-height: 100%;
6868
width: 100%;
69+
max-width: 47em;
6970
margin: 0 0 -50px;
7071
padding: 30px 20px 90px 30px;
7172
font-size: 16px;
7273
line-height: 170%;
7374
background: none;
7475
resize: none;
75-
-moz-box-sizing: border-box; box-sizing: border-box;
76+
box-sizing: border-box;
7677
font-family: inherit;
7778
}
7879

0 commit comments

Comments
 (0)