main-minimal.css 211 B

12345678910111213
  1. .main-content {
  2. padding-bottom: 50px;
  3. }
  4. footer.footer-min {
  5. position: fixed;
  6. bottom: 0;
  7. width: 100%;
  8. padding: 3px;
  9. background-color: #f5f5f5;
  10. border-top: 1px solid #eeeeee;
  11. text-align: center;
  12. }