From 1340d2ccb9137621872a29ddc8e59f1ed34efb6f Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Thu, 31 Oct 2024 11:28:28 +0100 Subject: [PATCH] kys --- css/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/gallery.css b/css/gallery.css index aed5735..e9088db 100644 --- a/css/gallery.css +++ b/css/gallery.css @@ -8,7 +8,7 @@ body { .gallery { --size: 100px; display: grid; - grid-template-columns: repeat(8, var(--size)); + grid-template-columns: repeat(10, var(--size)); grid-auto-rows: var(--size); margin-bottom: var(--size); place-items: start center;