Skip to content

Commit

Permalink
Merge pull request #457 from MuraliDharan7/move-email-section
Browse files Browse the repository at this point in the history
Email section Positioned
  • Loading branch information
dinxsh authored Jul 2, 2024
2 parents a8b768c + 67f98f5 commit 91c9ec1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/newsletter/style.css
Original file line number Diff line number Diff line change
@@ -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%;
Expand Down

0 comments on commit 91c9ec1

Please sign in to comment.