Skip to content

Commit

Permalink
Made the newsletter section responsive on footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishanurag committed Aug 2, 2024
1 parent 46e3354 commit c2f5bf7
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 c2f5bf7

Please sign in to comment.