Skip to content

Commit

Permalink
Merge pull request #763 from wisekiran/fix/711-update-footer-width
Browse files Browse the repository at this point in the history
Optimize email textbox for mobile view
  • Loading branch information
TimidRobot authored Mar 27, 2024
2 parents ca895fe + e08ad07 commit 414c72e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ pre {
}
}

@media screen and (max-width: 1024px) {
.main-footer .subscription .newsletter {
width: 100%;
}
}

// Sticky utility function
.sticky-top {
position: sticky;
Expand Down

0 comments on commit 414c72e

Please sign in to comment.