From cbc8929215b406591aa0275ae4aa021d825caf8d Mon Sep 17 00:00:00 2001 From: Ayush Deb Date: Thu, 18 Jul 2024 23:30:18 +0530 Subject: [PATCH] made the footer section items aligned --- src/components/Footer.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.css b/src/components/Footer.css index c92214f..a99abe2 100644 --- a/src/components/Footer.css +++ b/src/components/Footer.css @@ -19,7 +19,7 @@ a:hover { .footer-content { display: flex; flex-direction: column; - align-items: center; + align-items: flex-start; justify-content: space-around; max-width: 1200px; margin: auto; @@ -154,8 +154,9 @@ a:hover { .footer-section ul li a:hover, .footer-section p a:hover { - color: #90a9bb; - transform: scale(1.1); + color: #90d0fe; + text-decoration:solid; + transform: scale(1.3); } .smedia {