Fixed footer misbehaving on hompage and being really compressed on other pages
This commit is contained in:
parent
540f697221
commit
a9c136bc06
@ -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 {
|
||||
|
@ -246,7 +246,7 @@
|
||||
</div>
|
||||
</section>-->
|
||||
|
||||
<footer id="footer">
|
||||
<footer id="footer" class="homepage">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
Loading…
Reference in New Issue
Block a user