I feel like this is the one

This commit is contained in:
Sami 2025-07-31 23:27:43 -04:00
parent 1338b7b2ef
commit 728de20948

View File

@ -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{