From 614f8d2fd98b73cc674ff454c0fc4033243d61d0 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Wed, 23 Jul 2025 20:47:13 +0000 Subject: [PATCH] Refactor gallery styles for improved layout; adjust grid template columns and reduce gap size --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 811ffe7..3e5bf92 100644 --- a/public/style.css +++ b/public/style.css @@ -17,8 +17,8 @@ h1 { #gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); - gap: 22px; + grid-template-columns: repeat(auto-fit, 200px); + gap: 4px; justify-items: center; align-items: start; /* max-width: 1400px; */