Fixed footer misbehaving on hompage and being really compressed on other pages
This commit is contained in:
@@ -827,15 +827,15 @@ body.mobile-nav-active #mobile-nav-toggle {
|
||||
--------------------------------------------------------------*/
|
||||
#footer {
|
||||
background: black;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 10px;
|
||||
padding: 30px 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#footer {
|
||||
padding-top: 0px;
|
||||
}
|
||||
#footer.homepage {
|
||||
background: black;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 10px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#footer .copyright {
|
||||
|
Reference in New Issue
Block a user