Slight update to styles
All checks were successful
/ publish (push) Successful in 1m16s

This commit is contained in:
Leon Mika 2025-01-25 13:02:46 +11:00
parent e339897eba
commit aef59e5b44

View file

@ -23,6 +23,10 @@ main {
flex-direction: column;
}
body header > h1 {
margin-block: 0.2rem;
}
main > div:first-child {
flex-grow: 1;
}
@ -38,7 +42,7 @@ div.playfield div[data-playfield-target="topMessage"] {
div.playfield div[data-playfield-target="playfield"] {
margin-block: 1rem;
font-size: 3rem;
font-size: 2.5rem;
}
div.keyboard > div {