From e24b05f187a1392bed5cb2e22edc8dbbd7b38abf Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 25 Dec 2025 15:43:16 -0800 Subject: [PATCH] narrow the columns, remove header --- index.html | 4 ---- style.css | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index f0be7e9..98fb9e4 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,6 @@ -
- -

Lemonade Stand

-
diff --git a/style.css b/style.css index 8a4a8d1..4c76d67 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ body { max-width: 1200px; margin: 0 auto; display: grid; - grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 10px; } @@ -894,7 +894,7 @@ canvas { font-size: 36px; } - .game_section > p { + .game_section>p { font-size: 22px; }