make input squares smaller on mobile

This commit is contained in:
blek 2023-09-03 21:32:49 +10:00
parent 111be6acbf
commit c12e4fbde7
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@
font-size: 20pt; font-size: 20pt;
transition: 350ms ease; transition: 350ms ease;
} }
@media (max-width: 667px) {
.wordle-input-element {
width: 38px;
height: 38px;
line-height: 74px;
font-size: 12pt;
}
}
.input-status-input { .input-status-input {
background: #8284a220; background: #8284a220;
} }