html { height: 100%; } body { min-height: 100%; display: flex; flex-direction: column; } .footer-push { flex-grow: 1; } .site-footer { border-top: .3rem solid $accent; margin-top: 1rem; padding-top: 2rem; padding-bottom: 4rem; background-color: $background; color: white; a { color: white; text-decoration: none; } a:hover { opacity: 0.8; text-decoration: underline; } } .site-footer__title { @extends .serif-font; } .site-footer__content { display: flex; justify-content: space-between; } .site-footer__links { a { margin-right: .5rem; } } @media (max-width: $md-breakpoint) { .site-footer__content { display: flex; justify-content: start; flex-direction: column; } .site-footer__title { } .site-footer__links { } }