diff --git a/projects/common-map/src/fm-map/components/map/map.component.scss b/projects/common-map/src/fm-map/components/map/map.component.scss index d5097b5..b91c7b0 100644 --- a/projects/common-map/src/fm-map/components/map/map.component.scss +++ b/projects/common-map/src/fm-map/components/map/map.component.scss @@ -54,7 +54,7 @@ aol-map { position:absolute;width:100%;height:calc( 100vh );} @media screen and (max-width: 768px) { .control-container { - float:right; + margin-left: 1em; margin-right: 1em; pointer-events: all; } @@ -62,7 +62,7 @@ aol-map { position:absolute;width:100%;height:calc( 100vh );} @media screen and (min-width: 768px) { .control-container { - margin-left:1em; + float: right; margin-right: 1em; pointer-events: all; }