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{