mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-01 12:26:13 +00:00
Fix gallery grid
This commit is contained in:
parent
1d5f71a2cc
commit
0cc9552f47
|
@ -5,13 +5,9 @@
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
display: grid
|
display: grid
|
||||||
grid-template-columns: auto auto auto auto auto auto
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
|
||||||
gap: 0.5rem
|
gap: 0.5rem
|
||||||
|
|
||||||
@media (max-width: 1300px)
|
|
||||||
.gallery
|
|
||||||
grid-template-columns: auto auto auto auto
|
|
||||||
|
|
||||||
@media (max-width: 800px)
|
@media (max-width: 800px)
|
||||||
.gallery
|
.gallery
|
||||||
grid-template-columns: auto auto auto
|
grid-template-columns: auto auto auto
|
||||||
|
|
Loading…
Reference in a new issue