From 422bc33efcd948b3b2163e26093469286b350681 Mon Sep 17 00:00:00 2001 From: midblep Date: Fri, 25 Jun 2021 15:30:30 +0200 Subject: [PATCH] improvements --- styles/Gallery.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Gallery.module.css b/styles/Gallery.module.css index 5c32359..4b39134 100644 --- a/styles/Gallery.module.css +++ b/styles/Gallery.module.css @@ -1,5 +1,5 @@ .gallery { - column-count: 3; + column-count: 4; column-gap: 1em; }