mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
commit
e92a7e9802
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue