From be4e957e219d6aa874efa1d01dd1a8c95a9a9405 Mon Sep 17 00:00:00 2001 From: Alex French Date: Tue, 7 Oct 2025 11:46:35 -0400 Subject: [PATCH 1/2] Update footer styles --- src/styles/components/_footer.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/components/_footer.scss b/src/styles/components/_footer.scss index 9132c23..2d0affe 100644 --- a/src/styles/components/_footer.scss +++ b/src/styles/components/_footer.scss @@ -568,7 +568,7 @@ margin-top: 20px; margin-left: auto; margin-right: auto; - width: 150px; + width: 185px; } a { @@ -578,7 +578,7 @@ svg { height: 30px; width: 30px; - padding: 6px; + padding: 5px; fill: #FFFFFF; vertical-align: bottom; transition: fill .3s; @@ -745,4 +745,4 @@ } } -} \ No newline at end of file +} From 5f71458e3ace2bddad0871cfa0f438e5676de26e Mon Sep 17 00:00:00 2001 From: Alex French Date: Tue, 7 Oct 2025 17:02:51 -0400 Subject: [PATCH 2/2] Back out change to padding --- src/styles/components/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_footer.scss b/src/styles/components/_footer.scss index 2d0affe..a579fbc 100644 --- a/src/styles/components/_footer.scss +++ b/src/styles/components/_footer.scss @@ -578,7 +578,7 @@ svg { height: 30px; width: 30px; - padding: 5px; + padding: 6px; fill: #FFFFFF; vertical-align: bottom; transition: fill .3s;