It's playable

This commit is contained in:
Lynn
2022-01-14 00:16:27 +01:00
parent 4a08467237
commit 687f2acc22
6 changed files with 69 additions and 23 deletions

View File

@@ -44,6 +44,10 @@ body {
user-select: none;
}
table.Game-rows {
margin: auto;
}
.Game-keyboard {
display: flex;
flex-direction: column;
@@ -171,7 +175,8 @@ a:active {
font-variant-numeric: tabular-nums;
}
.Game-sr-feedback {
.Game-sr-feedback,
.sr-only {
position: absolute;
left: -10000px;
top: auto;