feat: Scale keyboard on device width on mobile

This commit is contained in:
sigmasternchen 2024-09-28 21:06:31 +02:00
parent 304e217d80
commit e6ddd493b9

View file

@ -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;