feat: Mise à jour des galleries
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user