Archived
2
0

update screen size to 1024px.

This commit is contained in:
Miroslav Šedivý 2024-04-02 23:55:45 +02:00
parent 1d5e159b74
commit 8f8403ca59

View File

@ -119,7 +119,7 @@
}
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 1024px) {
html,
body {
overflow-y: auto !important;