Make smaller footer

This commit is contained in:
Sahat Yalkabov
2014-02-01 01:45:03 -05:00
parent a2df0a492d
commit 9269949a73

View File

@ -21,14 +21,14 @@ body {
height: auto !important; height: auto !important;
height: 100%; height: 100%;
/* Negative indent footer by its height */ /* Negative indent footer by its height */
margin: 0 auto -150px; margin: 0 auto -110px;
/* Pad bottom by footer height + (optional) extra spacing */ /* Pad bottom by footer height + (optional) extra spacing */
padding: 0 0 170px; padding: 0 0 120px;
} }
#footer { #footer {
height: 150px; height: 110px;
padding-top: 35px; padding-top: 20px;
} }
// Navbar // Navbar