add right/left padding to content area, so text does not touch right/left browser window border

This commit is contained in:
Thomas Waldmann 2013-11-03 01:03:36 +01:00
parent 78091f900f
commit d0a22a44cd

View File

@ -14,7 +14,7 @@ html, body {
/* Negative indent footer by its height */
margin: 0 auto -120px;
/* Pad bottom by footer height */
padding: 0 0 60px;
padding: 0 4px 60px;
}
.footer {