Fixed footer misbehaving on hompage and being really compressed on other pages

This commit is contained in:
Ethan N. Paul 2018-02-06 08:35:01 -05:00
parent 540f697221
commit a9c136bc06
2 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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">