From baf5d9dae26ccbc6e35f32ccd38c7781c1405d78 Mon Sep 17 00:00:00 2001 From: "Mart-Erki.Noumees" Date: Wed, 3 Oct 2018 11:23:57 +0300 Subject: [PATCH] Margin for map on mobile mode. Also should wrap simultaneously with helpdesk banner. --- _sass/contact.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_sass/contact.scss b/_sass/contact.scss index e711f62..52cd947 100644 --- a/_sass/contact.scss +++ b/_sass/contact.scss @@ -62,8 +62,8 @@ } #maparea { - margin : 0 2rem 0 2rem; - min-width : 50%; + margin : 0 2rem; + min-width : 44.55%; flex : 1; #map { @@ -102,5 +102,12 @@ margin : 0; } } + #main-wrapper{ + #maparea{ + flex-direction: column; + margin: 2rem; + } + } } } +