From 1ce58650fd065baa5170844cb97a6859b12a2ce4 Mon Sep 17 00:00:00 2001 From: Ethan Olesinski <47125809+eolesinski@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:03:52 -0500 Subject: [PATCH] center footer text by default (#2165) This PR changes the footer text on the website (for both the sticky and fixed footer) to be centered by default. This change is based on the discussion post #257. --- _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