From d8ae3b3414ebbee683f2f2cde74f238d4e954ae0 Mon Sep 17 00:00:00 2001 From: damarudhvarma Date: Fri, 10 Oct 2025 17:19:00 +0530 Subject: [PATCH] =?UTF-8?q?footer=20UI=20fixes=20done=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index b4eaa08..aa0d83c 100644 --- a/style.css +++ b/style.css @@ -1138,17 +1138,17 @@ tr:last-child td { footer { background: linear-gradient(135deg, #0b0081 0%, #1a0f4d 100%); color: var(--neutral-100); - margin-top: 100px; position: relative; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-container { - width: 100%; - max-width: 1400px; - margin: 0 auto; - padding: 0 40px; + width: 100%; + max-width: 1400px; + margin: 0 auto; + padding: 0 40px; + padding-bottom: 21px; } .footer-content { @@ -1287,9 +1287,10 @@ footer { } .footer-bottom { - border-top: 1px solid rgba(255, 255, 255, 0.1); - padding: 32px 0; - background: rgba(0, 0, 0, 0.2); + border-top: 1px solid rgba(255, 255, 255, 0.1); + padding: 2rem 1rem; + background: rgba(0, 0, 0, 0.2); + border-radius: 1.2rem; } .footer-bottom-content {