Skip to content

Commit

Permalink
Merge pull request #4466 from vednp/vednp/issue4462
Browse files Browse the repository at this point in the history
Resolved Responsive issue with the Subscribe section [Footer]
  • Loading branch information
leecalcote committed Jul 3, 2023
2 parents fae9574 + 6786b02 commit 43a44b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/General/Footer/footer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const FooterWrapper = styled.section`
margin-top: -7rem;
}
}
@media only screen and (max-width:767px) and (min-width: 729px){
@media only screen and (max-width:767px) and (min-width: 726px){
.subscribe {
margin-top: 10px;
}
Expand Down

0 comments on commit 43a44b2

Please sign in to comment.