Sha256: b70bc49475cbb083cc2c6977eb08d81ddff31eefae10d38f87e46698aaf9bcb5
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
// Uncomment this for a sticky footer. // // .wrapper-for-content-outside-of-footer { // min-height: 100%; // height: auto !important; // height: 100%; // margin: 0 auto -4em; // } // html, body { // height: 100%; // } // .wrapper-for-content-outside-of-footer::after { // content: ""; // display: block; // } // .footer, .wrapper-for-content-outside-of-footer::after { // $large-screen: 53.75em !default; // height: 12em; // @include media($large-screen) { // height: 4em; // } // } .footer { $large-screen: 53.75em !default; .footer-logo { margin-bottom: 1em; margin-right: 1em; @include media($large-screen) { float: left; margin-bottom: 0; } img { height: 2.2em; } } ul { margin: 0; padding-left: 0; @include media($large-screen) { float: left; padding-top: 0.3em; } li { line-height: 1.5em; padding-right: 1em; @include media($large-screen) { display: inline; text-align: left; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.2.0 | source/stylesheets/refills/unstyled/_footer.scss |