Fix small screen transition scaling

This commit is contained in:
IRBorisov 2024-05-07 16:20:10 +03:00
parent 2313a269df
commit 83d2d787f7

View File

@ -54,7 +54,7 @@ html {
}
}
@media only screen and (max-width: 640px) {
@media only screen and (max-width: 639px) {
:root {
font-size: 12px;
}