Skip to content

Commit

Permalink
Merge pull request #820 from Sushilverma002/main
Browse files Browse the repository at this point in the history
the newsletter get properly aligned(unwanted gap removed)
  • Loading branch information
SurajPratap10 authored Aug 9, 2023
2 parents b173cd2 + edeb50d commit 8cef4f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3806,6 +3806,7 @@ img {
justify-content: center;
width: 100%;
max-width: 50%;

}

#newsletter .news-form input {
Expand Down Expand Up @@ -10066,9 +10067,11 @@ img {
background-size: fill;
height: 32vh;
width: 100%;
padding: 20px 100px;
/* padding: 20px 100px; */
margin: 60px 0;
margin-top: 120px;
margin-top: 40px;
margin-bottom: -100px;

}

#newsletter .news-text h4 {
Expand Down

0 comments on commit 8cef4f6

Please sign in to comment.