From b7bb1e0795119ab8ddfd471a17b3fc8ad39ef2c9 Mon Sep 17 00:00:00 2001 From: "[eolesinski]" Date: Tue, 6 Feb 2024 13:44:05 -0500 Subject: [PATCH] center footer text by default --- _sass/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index 71a004aa8739..7f44bb699fe4 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -426,6 +426,7 @@ footer.fixed-bottom { color: var(--global-footer-text-color); padding-top: 9px; padding-bottom: 8px; + text-align: center; } a { @@ -443,6 +444,10 @@ footer.sticky-bottom { padding-top: 40px; padding-bottom: 40px; font-size: 0.9rem; + + .container { + text-align: center; + } } // CV