forked from indymedia/epicyon
Single column on mobile
parent
d1d6f9665b
commit
5c9cff5056
|
@ -900,6 +900,8 @@ div.gallery img {
|
||||||
font-size: var(--gallery-font-size-mobile);
|
font-size: var(--gallery-font-size-mobile);
|
||||||
}
|
}
|
||||||
.galleryContainer {
|
.galleryContainer {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
div.gallery {
|
div.gallery {
|
||||||
|
|
Loading…
Reference in New Issue