Sha256: 554a367c2224e075794e44e54cbe4f0ddaaea68b6ab4d4d1b39bf1689e007f3b
Contents?: true
Size: 622 Bytes
Versions: 62
Compression:
Stored size: 622 Bytes
Contents
// Styles below keep footer at bottom of viewport html { position: relative; min-height: 100%; } body { margin-bottom: $footer-height + $footer-top-margin; &.dashboard { margin-bottom: 0; } } .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
62 entries across 62 versions & 1 rubygems