footer.less 275 B

12345678910111213141516171819
  1. // Sticky footer styles
  2. html {
  3. position: relative;
  4. min-height: 100%;
  5. }
  6. body {
  7. /* Margin bottom by footer height */
  8. margin-bottom: 80px;
  9. }
  10. .footer {
  11. position: absolute;
  12. bottom: 0;
  13. width: 100%;
  14. /* Set the fixed height of the footer here */
  15. height: 60px;
  16. }