Make smaller footer
This commit is contained in:
@ -21,14 +21,14 @@ body {
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -150px;
|
||||
margin: 0 auto -110px;
|
||||
/* Pad bottom by footer height + (optional) extra spacing */
|
||||
padding: 0 0 170px;
|
||||
padding: 0 0 120px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height: 150px;
|
||||
padding-top: 35px;
|
||||
height: 110px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
Reference in New Issue
Block a user