From 7696e29156572f66fff2444c590ab6aca49f67ca Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Sun, 1 Mar 2026 17:40:19 -0500 Subject: [PATCH] Reduce margin --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6c4e662..e4f6130 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,7 @@ body { display: flex; margin: 0; padding: 1.4rem 1.6rem; + gap: 1.6rem; overflow: hidden; font-family: "Montserrat", sans-serif; white-space: nowrap; @@ -42,7 +43,7 @@ body:not([data-game-state="Playing"]) { flex-direction: column; flex-grow: 1; justify-content: space-between; - margin: -0.4rem 1.6rem -0.2rem; + margin: -0.4rem 0 -0.2rem; overflow: hidden; line-height: 1.2; font-size: 1.5rem;