add right/left padding to content area, so text does not touch right/left browser window border
This commit is contained in:
parent
78091f900f
commit
d0a22a44cd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user