footer.css 541 B

12345678910111213141516171819202122232425262728293031
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /* Sticky footer styles
  4. -------------------------------------------------- */
  5. html {
  6. position: relative;
  7. min-height: 100%;
  8. }
  9. body {
  10. /* Margin bottom by footer height */
  11. margin-bottom: 150px;
  12. }
  13. .footer {
  14. position: absolute;
  15. bottom: 0;
  16. width: 100%;
  17. /* Set the fixed height of the footer here */
  18. height: auto;
  19. margin-top: 40px;
  20. background-color: #f5f5f5;
  21. }
  22. .footercontainer {
  23. width: auto;
  24. max-width: 680px;
  25. padding: 0 15px;
  26. }
  27. .footercontainer .text-muted {
  28. margin: 20px 0;
  29. }