Fixed #wrap margin

pull/2/head
Sahat Yalkabov 2014-04-14 14:24:34 -04:00
parent af0ac1b125
commit 8349c376e9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ body {
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -100px;
margin: 0 auto -110px;
/* Pad bottom by footer height + (optional) extra spacing */
padding: 0 0 140px;
}