more responsive fixes

This commit is contained in:
2024-01-16 21:35:46 +01:00
parent 7aa23cfbe9
commit bade38efc6
4 changed files with 54 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
height: calc(100dvh - 1em);
}
@media (max-width: 500px) {
@media (max-width: 575px) {
#mainContainer {
grid-template-columns: 100%;
grid-template-rows: 70% 1fr;