From 9430f886cfca17eb52bd80aa2b21692216c67c80 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 12 Jan 2024 21:37:54 -0600 Subject: [PATCH] more --- src/styles/footer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/footer.scss b/src/styles/footer.scss index 222da51..3172aeb 100644 --- a/src/styles/footer.scss +++ b/src/styles/footer.scss @@ -17,7 +17,7 @@ flex-direction: row; margin-top: 12px; padding: 10px 20px; - width: 80%; + width: 75%; } .footer-left-box { @@ -25,7 +25,7 @@ justify-content: center; align-items: center; padding: 10px 20px; - width: 20%; + width: 25%; } .footer-logo {