_footer.scss 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 footer.sticky-footer { padding: 2rem 0; flex-shrink: 0; .copyright { line-height: 1; font-size: 0.8rem; } } body.sidebar-toggled { footer.sticky-footer { width: 100%; } }