From 9cb2e74df3a8854912f61cfb7efa9fc2f56d154d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 9 Nov 2016 22:02:10 +0100 Subject: [PATCH] add max-width for better readability Signed-off-by: Jan-Christoph Borchardt --- css/notes.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/notes.css b/css/notes.css index 0ff92022a..5f4f1f4c2 100644 --- a/css/notes.css +++ b/css/notes.css @@ -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; }