mirror of
https://github.com/sigmasternchen/x86-64-wordle
synced 2025-03-14 23:59:00 +00:00
feat: Scale keyboard on device width on mobile
This commit is contained in:
parent
304e217d80
commit
e6ddd493b9
1 changed files with 8 additions and 0 deletions
|
@ -146,6 +146,14 @@ h2 {
|
|||
border: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.key {
|
||||
height: 8vw;
|
||||
min-width: 6vw;
|
||||
font-size: 4vw;
|
||||
}
|
||||
}
|
||||
|
||||
.toast {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue