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 { #footer {
background: black; background: black;
padding-top: 30px; padding: 30px 0;
padding-bottom: 10px;
color: #fff; color: #fff;
} }
@media (max-width: 768px) { #footer.homepage {
#footer { background: black;
padding-top: 0px; padding-top: 30px;
} padding-bottom: 10px;
color: #fff;
} }
#footer .copyright { #footer .copyright {

View File

@ -246,7 +246,7 @@
</div> </div>
</section>--> </section>-->
<footer id="footer"> <footer id="footer" class="homepage">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">