Sha256: 64f65a0925491d3ab3c6739090c8ec0accf6547d5a9fc69493dfa07fbe52dc37
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
/* ========================================================================== FOOTER ========================================================================== */ .page__footer { @include clearfix; float: left; margin-left: 0; margin-right: 0; width: 100%; clear: both; /* sticky footer fix start */ position: absolute; bottom: 0; height: auto; /* sticky footer fix end */ margin-top: 3em; color: $muted-text-color; -webkit-animation: $intro-transition; animation: $intro-transition; -webkit-animation-delay: 0.45s; animation-delay: 0.45s; background-color: $footer-background-color; footer { @include clearfix; margin-left: auto; margin-right: auto; margin-top: 2em; max-width: 100%; padding: 0 1em 2em; @include breakpoint($x-large) { max-width: $x-large; } } a { color: inherit; text-decoration: none; &:hover { text-decoration: underline; } } .fa { color: $muted-text-color; } } .page__footer-copyright { font-family: $global-font-family; font-size: $type-size-7; } .page__footer-follow { ul { margin: 0; padding: 0; list-style-type: none; } li { display: inline-block; padding-top: 5px; padding-bottom: 5px; font-family: $sans-serif-narrow; font-size: $type-size-6; text-transform: uppercase; } li + li:before { content: ""; padding-right: 5px; } a { padding-right: 10px; font-weight: bold; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minimal-mistakes-jekyll-4.8.1 | _sass/minimal-mistakes/_footer.scss |
minimal-mistakes-jekyll-4.7.0 | _sass/minimal-mistakes/_footer.scss |