Skip to content

Commit

Permalink
Fix gallery masonry styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aSouchereau committed Jul 26, 2024
1 parent de9c834 commit 2b3af53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Pages/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
grid-auto-rows: 15rem;
row-gap: 1rem;
column-gap: 1rem;
margin-bottom: 3rem;
}
li {
list-style: none;
}
img {
width: 100%;
}
@media only screen
Expand Down

0 comments on commit 2b3af53

Please sign in to comment.