From a616dfda4db5f74cd4493045980168735ee0b1a6 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Sat, 4 Jan 2025 16:59:21 +0000 Subject: [PATCH] Fixed Bug --- homepage.html | 3 +-- index.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/homepage.html b/homepage.html index bae1df9..f87b265 100644 --- a/homepage.html +++ b/homepage.html @@ -127,7 +127,7 @@ } footer { - background-color: #000; + /* background-color: #000; */ color: white; text-align: center; padding: 0.625rem 0; /* 10px 0 */ @@ -390,7 +390,6 @@

Contact Us

} footer { - background-color: #000; color: white; text-align: center; padding: 0.625rem 0; /* 10px 0 */ diff --git a/index.html b/index.html index 627b668..990dfca 100644 --- a/index.html +++ b/index.html @@ -897,7 +897,6 @@

Contact Us

.new-footer-section { flex: 1; min-width: 250px; - background-color: black; margin-bottom: 20px; text-align: center; align-self: center; @@ -928,7 +927,7 @@

Contact Us

.new-newsletter-input { padding: 10px; - width: 80%; + width: 60%; border: none; border-radius: 5px; margin-bottom: 10px;