sass-site/source/assets/stylesheets/components/_sticky_footer.scss

22 lines
339 B
SCSS
Raw Normal View History

2012-11-28 12:59:42 +01:00
// ===========================================================================
// STICKY FOOTER
$footer-height: 15em;
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;
}