hangman fix typing letters

This commit is contained in:
2020-04-05 07:37:27 +02:00
parent 355bc0386d
commit edf96000b0
2 changed files with 1 additions and 10 deletions

View File

@@ -60,12 +60,6 @@
}
}
.game-input {
max-width: 30rem;
margin: 0 auto;
text-align: center;
}
.popup-container {
position: absolute;
width: calc(100% - 6rem);