Skip to content

Commit

Permalink
Fixes issue with wrapping on section containers that cause the conten…
Browse files Browse the repository at this point in the history
…t to overlap the footer at certain breakpoints (#4427)
  • Loading branch information
spencerldixon authored Dec 11, 2024
1 parent 1a8a028 commit 63debf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/webpacker/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ body {
section.container {
display: flex;
flex-grow: 0;
flex-wrap: wrap;
flex-direction: column;
margin: 1em 0;

Expand Down

0 comments on commit 63debf4

Please sign in to comment.