From 5c9cff505638e404c0b9357712e662f948ae44ee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 30 Nov 2019 11:17:47 +0000 Subject: [PATCH] Single column on mobile --- epicyon-profile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index eadb1f363..67fccfafb 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -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 {