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 {
 | 
					#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 {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user