From ab6a2adaa9498ee7ab7c6a103c39e524292b33db Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 21 May 2015 23:56:26 -0400 Subject: [PATCH] ~50 chars per line for articles/thoughts Just as one would expect for a conventional typeset document. --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index cd67d72..886fcbb 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,18 @@ body.index footer { margin: 0em -10em; } +/* typesetting standards for ~50 chars per line */ +body article .content, +body.article #content { + margin: auto; + max-width: 50em; +} +body article header, +body.article #header { + margin: auto; + max-width: 56em; +} + h1, h2, h3, #menu, body.index ul.index li .day, strong {