From 8788591481d11f8ec88a25f13a4cf94c6878f202 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Tue, 19 Nov 2024 08:34:34 -0500 Subject: [PATCH] home logo spin overflow fix, footer link responsive spacing fix --- src/Home.jsx | 2 +- src/UConnFooter.scss | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Home.jsx b/src/Home.jsx index 4288a65..c61ee45 100644 --- a/src/Home.jsx +++ b/src/Home.jsx @@ -8,7 +8,7 @@ function App() {
-
+
UConn Oak Logo

Hello!

diff --git a/src/UConnFooter.scss b/src/UConnFooter.scss index 8e24d94..ccdcd7c 100644 --- a/src/UConnFooter.scss +++ b/src/UConnFooter.scss @@ -4,6 +4,7 @@ border-top: none !important; a, p, span { color: #FFF; + border: none; } border-bottom: 5px solid #053c7f; padding: 60px 0px; @@ -26,12 +27,9 @@ #footers #footer ul li { display: inline-block; margin-bottom: 10px; - padding-left: 0px; } } - #footers #footer ul li a { - padding: 0px; - } + #footers #footer ul li a:active, #footers #footer ul li a:hover, #footers #footer ul li a:focus { color: #ddd; } \ No newline at end of file