This commit is contained in:
parent
e339897eba
commit
aef59e5b44
|
@ -23,6 +23,10 @@ main {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body header > h1 {
|
||||||
|
margin-block: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
main > div:first-child {
|
main > div:first-child {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
@ -38,7 +42,7 @@ div.playfield div[data-playfield-target="topMessage"] {
|
||||||
|
|
||||||
div.playfield div[data-playfield-target="playfield"] {
|
div.playfield div[data-playfield-target="playfield"] {
|
||||||
margin-block: 1rem;
|
margin-block: 1rem;
|
||||||
font-size: 3rem;
|
font-size: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.keyboard > div {
|
div.keyboard > div {
|
||||||
|
|
Loading…
Reference in a new issue