sass-site/source/assets/stylesheets/components/_sticky_footer.scss
2012-11-28 04:16:13 -08:00

22 lines
341 B
SCSS

// ===========================================================================
// STICKY FOOTER
$footer-height: 10.5em;
html,
body { height: 100%; }
.page {
margin-bottom: -$footer-height;
min-height: 100%;
height: auto !important;
height: 100%;
}
.footer-shim,
.contentinfo {
clear: both;
height: $footer-height;
}