From 67f98f520de367f38e9eaf6bfa2ba49a0d13bb30 Mon Sep 17 00:00:00 2001 From: MuraliDharan7 Date: Mon, 1 Jul 2024 23:38:04 +0530 Subject: [PATCH] moved email section --- src/components/newsletter/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/newsletter/style.css b/src/components/newsletter/style.css index 99995b4..f0bd124 100644 --- a/src/components/newsletter/style.css +++ b/src/components/newsletter/style.css @@ -1,17 +1,18 @@ .newsLetterBanner { - width: 80%; /* Reduced width to avoid overlap */ - max-width: 600px; /* Ensures it doesn't get too wide on large screens */ - height: 80px; /* Relative to viewport height for better responsiveness */ + width: 80%; + max-width: 600px; + height: 80px; position: absolute; - bottom: 35%; /* Adjust as needed based on design */ - left: 8%; /* Adjusted to avoid overlapping with neighboring divs */ + bottom: 25%; + left: 8%; z-index: 10; - display: flex; /* Use flexbox for alignment */ - align-items: center; /* Center items vertically */ + display: flex; + align-items: center; box-sizing: border-box; margin: 20px; } + .newsLetterBanner input { width: 100%; height: 100%;