Sha256: da41daf66a7a9d50dc840ffd4c0cf695b194038859ae65a653defd96a4d46437
Contents?: true
Size: 578 Bytes
Versions: 17
Compression:
Stored size: 578 Bytes
Contents
// Styles below keep footer at bottom of viewport html { position: relative; min-height: 100%; } body { margin-bottom: $footer-height + $footer-top-margin; } .site-footer { margin-top: $footer-top-margin; padding: 10px; // Styles below keep footer at bottom of viewport position: absolute; bottom: 0; height: $footer-height; width: 100%; } @media (max-width: $screen-sm) { // make more room in the footer for mobile devices body { margin-bottom: 2 * $footer-height + $footer-top-margin; } .site-footer { height: 2 * $footer-height; } }
Version data entries
17 entries across 17 versions & 3 rubygems