From b6e197e2c8cd712a156ec7dc6b86f8531606ccd0 Mon Sep 17 00:00:00 2001 From: Surya <101094019+surya-mu@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:17:49 +0530 Subject: [PATCH] Update Footer.css The footer-content-p line height was modified to make sure the copyright text was visible. --- src/components/Footer/Footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index d1e9813..9d678da 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -27,7 +27,7 @@ footer { .footer-content p { max-width: 500px; margin: 5px auto; - line-height: 28px; + line-height: 23px; font-size: 14px; color: #cacdd2; }