From 90aeabbcd11b7e55f009ab68246d969a2fde2ad5 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Sun, 8 Feb 2026 18:25:28 +0100 Subject: [PATCH] fix spirits grid style --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 950ca6e..642a230 100644 --- a/src/styles.css +++ b/src/styles.css @@ -281,7 +281,7 @@ h2 { } .recipe-image { - width: 60%; + width: 100%; display: block; border-radius: 1rem; } @@ -431,7 +431,7 @@ h2 { } .spirits-grid { - grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); + grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } .section {