I feel like this is the one
This commit is contained in:
+2
-2
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user