~50 chars per line for articles/thoughts

Just as one would expect for a conventional typeset document.
master
Mike Gerwitz 2015-05-21 23:56:26 -04:00
parent 53218d3dcc
commit ab6a2adaa9
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 12 additions and 0 deletions

View File

@ -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 {