From 1f26b1ce55920664227c8d6e847b82fdbfc0dee2 Mon Sep 17 00:00:00 2001 From: Hemraj-7 Date: Fri, 1 Nov 2024 15:56:57 +0530 Subject: [PATCH] Issue number #626 is solved --- client/src/components/Footer/Footer.css | 6 ------ client/src/components/Footer/Footer.jsx | 26 ++++++++++++----------- client/src/components/GoogleTranslate.jsx | 4 ++-- 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/client/src/components/Footer/Footer.css b/client/src/components/Footer/Footer.css index c07b835a..cfaf12b7 100644 --- a/client/src/components/Footer/Footer.css +++ b/client/src/components/Footer/Footer.css @@ -72,15 +72,9 @@ font-size: 0.875rem; /* Smaller text size */ } -/* newsletter */ -.newsletter-form { - margin-top: 20px; -} - .newsletter-form h2 { font-size: 1.2rem; margin-bottom: 10px; - margin-top: 24px; text-align: center; } diff --git a/client/src/components/Footer/Footer.jsx b/client/src/components/Footer/Footer.jsx index 422d87f8..b6ce555d 100644 --- a/client/src/components/Footer/Footer.jsx +++ b/client/src/components/Footer/Footer.jsx @@ -21,7 +21,7 @@ function Footer({ darkMode }) { return (