Set max-width to 44em (792px with an 18px font-size)

This commit is contained in:
Nate Weaver 2020-02-28 07:47:19 -06:00
parent 85bd20ca80
commit bedaa75eb8
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 {