feat: Mise à jour des galleries
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-19 12:24:12 +01:00
parent aa8cb94a29
commit 04c6bfcf60
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,13 @@
.masonry
column-gap: 30px
column-fill: initial
column-count: 2
@media only screen and (min-width: 1024px)
column-count: 4
column-count: 2
@media only screen and (max-width: 1023px) and (min-width: 768px)
column-count: 3
column-count: 2
@media only screen and (max-width: 767px) and (min-width: 540px)
column-count: 2
@ -32,5 +33,5 @@
img
width: 100%
max-width: 300px
max-width: 600px
margin: 0 auto 1rem