From b585aebc3acb731c9fd399083058d7391b8dfb88 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 3 Dec 2019 16:43:10 +0000 Subject: [PATCH] Column widths --- epicyon-profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index ba73ffc5..012991b8 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -587,7 +587,7 @@ div.gallery img { } .galleryContainer { display: grid; - grid-template-columns: auto auto; + grid-template-columns: 50% 50%; grid-column-gap: 5px; background-color: var(--main-bg-color); } @@ -894,7 +894,7 @@ div.gallery img { @media screen and (min-width: 2200px) { .galleryContainer { display: grid; - grid-template-columns: auto auto auto; + grid-template-columns: 33% 33% 33%; grid-column-gap: 5px; background-color: var(--main-bg-color); }