diff --git a/src/App.vue b/src/App.vue index b43a2ecf..fe72cd69 100644 --- a/src/App.vue +++ b/src/App.vue @@ -139,10 +139,8 @@ body { diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 92bde511..7ac34937 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -500,16 +500,16 @@ $sideMenu-width: 250px; @media only screen and (max-width: 768px) { .sideMenu { - background-color: $--color-black; - height: calc(100% - 1em); - position: absolute; - top: 0; - left: 0; - z-index: 2000; - width: $sideMenu-width; - padding-top: 1em; - margin-top: 10em; -} + background-color: $--color-black; + height: calc(100% - 1em); + position: absolute; + top: 0; + left: 0; + z-index: 2000; + width: $sideMenu-width; + padding-top: 1em; + margin-top: 10em; + } } .sideMenuGroupTitle {