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
  • Loading branch information
spencerldixon committed Dec 11, 2024
1 parent fc91753 commit 241fe01
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 241fe01

Please sign in to comment.