Skip to content

Commit

Permalink
Added min-width to the gallery image so that the preview of the image…
Browse files Browse the repository at this point in the history
… is always visible
  • Loading branch information
KristofVDB1 committed Dec 12, 2023
1 parent 5077a69 commit bff02ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/image-gallery/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@

width: 100%;
height: 100%;
min-height: 30rem;
max-height: 34rem;


@media (min-width: $break-md) {
min-height: 40rem;
max-height: 64rem;
}
}
Expand Down

0 comments on commit bff02ac

Please sign in to comment.