Skip to content

Commit

Permalink
Revert "Fixes issue with wrapping on section containers that cause th…
Browse files Browse the repository at this point in the history
…e content to overlap the footer at certain breakpoints (#4427)"

This reverts commit 63debf4.
  • Loading branch information
martyn-w committed Dec 11, 2024
1 parent 63debf4 commit 15f1005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/webpacker/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ body {
section.container {
display: flex;
flex-grow: 0;
flex-wrap: wrap;
flex-direction: column;
margin: 1em 0;

Expand Down

0 comments on commit 15f1005

Please sign in to comment.