feat(sw-343): fixed desktop view

This commit is contained in:
Pontus Dreij
2024-11-01 10:28:41 +01:00
parent 1b008422d3
commit 399c23ea02
3 changed files with 3 additions and 12 deletions

View File

@@ -4,9 +4,3 @@
min-height: 100dvh;
position: relative;
}
@media (min-width: 768px) {
.main {
grid-template-columns: 420px 1fr;
}
}

View File

@@ -34,4 +34,7 @@
.filterContainer {
display: none;
}
.container {
display: flex;
}
}

View File

@@ -16,9 +16,3 @@
top: 0;
left: 0;
}
@media screen and (min-width: 768px) {
.dynamicMap {
top: var(--main-menu-desktop-height);
}
}