Make smaller footer
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user