fix margin of word input area

This commit is contained in:
Tristan Schneider 2024-02-10 23:32:02 +01:00
parent a206ba2cf0
commit 350445a58c

View File

@ -115,6 +115,7 @@ input, .send_button {
.word_input_area {
border: 2px solid white;
display: inline-flex;
margin: 30px 0px;
}
table {