From 728de209486a7f2180bb804d5f63cd8a752f14ac Mon Sep 17 00:00:00 2001 From: Sami Date: Thu, 31 Jul 2025 23:27:43 -0400 Subject: [PATCH] I feel like this is the one --- CSS/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/styles.css b/CSS/styles.css index f29679a..aa4692a 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -9,7 +9,7 @@ body{ flex-direction: column; min-height: 100vh; margin: 0; - padding: 1em; + padding: 1.5em; font-size: clamp(.5rem, 2.5vmin, 1.5rem); } @@ -76,7 +76,7 @@ body{ grid-template-columns: repeat(5, 4em); grid-template-rows: repeat(6, 4em); gap: .25em; - margin: 2em auto 1em auto; /* CHANGED: Added top margin and made it centered */ + margin: 2em auto 5em auto; /* CHANGED: Added top margin and made it centered */ } .tile{