Reduce the article padding to 32px from 64px. Issue #1885

This commit is contained in:
Maurice Parker 2020-03-12 12:54:11 -05:00
parent e0d8e35831
commit b31c18a721
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ body {
margin-bottom: 64px; margin-bottom: 64px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding-left: 64px; padding-left: 32px;
padding-right: 64px; padding-right: 32px;
font-family: -apple-system; font-family: -apple-system;
font-size: 18px; font-size: 18px;
word-wrap: break-word; /* break long words or URLs */ word-wrap: break-word; /* break long words or URLs */