mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
24 lines
438 B
SCSS
24 lines
438 B
SCSS
// ===========================================================================
|
|
// STICKY FOOTER
|
|
|
|
|
|
|
|
//$footer-height: 10.5em;
|
|
//
|
|
//@include at-breakpoint(60em) {
|
|
// 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;
|
|
// }
|
|
//} |