This commit is contained in:
Kakabay 2023-02-09 16:48:24 +05:00
parent 756c274d7a
commit a4dd5d44af
1 changed files with 6 additions and 0 deletions

View File

@ -105,3 +105,9 @@
width: 100%;
}
}
@media (max-width: 1024px) {
.calendar {
display: none;
}
}