Decreased width

This commit is contained in:
Barry Clark 2014-02-07 08:35:17 -05:00
parent 72ac450454
commit 4b9b856761
2 changed files with 5 additions and 16 deletions

View file

@ -285,7 +285,7 @@ html {
font-size: 100%; }
body {
max-width: 820px;
max-width: 700px;
margin: 0 auto;
background: white;
font: 18px/1.4 Helvetica, Arial, sans-serif;
@ -423,9 +423,4 @@ article {
color: #666666; }
footer {
text-align: center;
border-top: 1px #bbbbbb solid;
padding: 1rem 0; }
footer p {
margin: 0 0 1rem 0;
font-size: 14px; }