2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

update screen size to 1024px.

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

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