Add a max-width to body

This commit is contained in:
Nate Weaver 2020-03-13 21:36:16 -05:00
parent 66e7e425aa
commit 9a3fe5caa5
1 changed files with 6 additions and 2 deletions

View File

@ -6,13 +6,17 @@
body {
margin-top: 3px;
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-webkit-text-size-adjust: none;
max-width: 44em;
}
a {