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