:70ch for GHS article

Width was too little for all the nesting and snippets it had.
master
Mike Gerwitz 2018-09-30 19:37:28 -04:00
parent e84acffddd
commit 5a62a98a78
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ body.article #content {
line-height: 1.8em;
}
/* ~70 for certain articles because of nesting (like GHS) */
body.article #content {
max-width: 44em; /* fallback for older browsers */
max-width: 70ch;
}
body article header,
body.article #header {
margin: auto;