Single column on mobile

merge-requests/6/head
Bob Mottram 2019-11-30 11:17:47 +00:00
parent d1d6f9665b
commit 5c9cff5056
1 changed files with 2 additions and 0 deletions

View File

@ -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 {