Skip to content

Commit

Permalink
Merge pull request #5069 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
fix: Made the newsletter section responsive on footer
  • Loading branch information
kunjgit authored Aug 4, 2024
2 parents ad1eb7f + c2f5bf7 commit 52c5976
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ footer {


@media (max-width: 500px) {
footer .container {
margin-left: 0 !important;
}

.footer-bottom p {
float: none;
}
Expand Down

0 comments on commit 52c5976

Please sign in to comment.