I feel like this is the one

This commit is contained in:
2025-07-31 23:27:43 -04:00
parent 1338b7b2ef
commit 728de20948
+2 -2
View File
@@ -9,7 +9,7 @@ body{
flex-direction: column; flex-direction: column;
min-height: 100vh; min-height: 100vh;
margin: 0; margin: 0;
padding: 1em; padding: 1.5em;
font-size: clamp(.5rem, 2.5vmin, 1.5rem); font-size: clamp(.5rem, 2.5vmin, 1.5rem);
} }
@@ -76,7 +76,7 @@ body{
grid-template-columns: repeat(5, 4em); grid-template-columns: repeat(5, 4em);
grid-template-rows: repeat(6, 4em); grid-template-rows: repeat(6, 4em);
gap: .25em; 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{ .tile{