Skip to content

Commit

Permalink
Adds width to image blocks to prevent collapse with flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerldixon committed Dec 11, 2024
1 parent f8e323b commit 7dd523a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/webpacker/styles/blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ $space-between-sections: 3.7em;
}

.image-blocks {
width: 100%;

.image-block {
img {
width: 100%;
Expand Down

0 comments on commit 7dd523a

Please sign in to comment.