diff --git a/scss/modules/_map.scss b/scss/modules/_map.scss index 8b16adb..c5457d8 100644 --- a/scss/modules/_map.scss +++ b/scss/modules/_map.scss @@ -16,9 +16,10 @@ } @media screen and (max-width: map-get($grid-breakpoints, lg) - 1) { - right: -1rem; + right: 0.1rem; top: 0; transform: scale(.8); + transform-origin: right; } }