Skip to content

Commit

Permalink
Merge pull request #16 from nextcloud/max-width
Browse files Browse the repository at this point in the history
add max-width for better readability
  • Loading branch information
Henni authored Nov 9, 2016
2 parents ab944f8 + 9cb2e74 commit f8bace7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f8bace7

Please sign in to comment.