From 42ee20910f26610302f345999d40ebb604ed8a09 Mon Sep 17 00:00:00 2001 From: Priyanka Kumari Date: Thu, 18 Sep 2025 22:08:20 +0530 Subject: [PATCH] fixed alignment of grids in contact-us section --- index.html | 10 ++-------- styles/main.css | 3 ++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index b667b34..15ab9d2 100644 --- a/index.html +++ b/index.html @@ -575,7 +575,7 @@

About diff --git a/styles/main.css b/styles/main.css index cfbf179..d4d5e16 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1073,6 +1073,7 @@ html { letter-spacing: 0.5px; text-align: center; } + .footer-contact-links { margin-top: 0; @@ -1095,7 +1096,7 @@ html { height: 3px; background: linear-gradient(90deg, #2563eb 60%, #1e2c44 100%); border-radius: 2px; - margin: 0.4rem auto 0 auto; + margin: 0.4rem 0 auto; } .footer-links {