Merge pull request #1832 from Wevah/article-max-width

Set max-width to 44em (792px with an 18px font-size)
This commit is contained in:
Maurice Parker 2020-03-01 14:24:04 -08:00 committed by GitHub
commit 6828cd7325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
body {
margin-top: 20px;
margin-bottom: 64px;
margin-left: 64px;
margin-right: 64px;
margin-left: auto;
margin-right: auto;
padding-left: 64px;
padding-right: 64px;
font-family: -apple-system;
font-size: 18px;
word-wrap: break-word; /* break long words or URLs */
max-width: 44em;
}
a {