From f6c134b5e5f91aa76abf3f38308452f5e86357aa Mon Sep 17 00:00:00 2001 From: AnaGciaSchz Date: Sat, 16 Jul 2022 15:48:03 +0200 Subject: [PATCH] Fixing dimessions of map --- heritage/styles/sass/global.scss | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/heritage/styles/sass/global.scss b/heritage/styles/sass/global.scss index 1a7f2a3..891113a 100644 --- a/heritage/styles/sass/global.scss +++ b/heritage/styles/sass/global.scss @@ -124,7 +124,21 @@ h4 { height: 100px; } +.contacto { + margin-left: 20%; + margin-right: 20%; +} + +.about { + float: right; +} + @include mobile { + .contacto { + margin-left: 1em; + margin-right: 1em; + } + .map { margin-bottom: 20px; } @@ -141,6 +155,13 @@ h4 { } } +@include tablet { + .contacto { + margin-left: 1em; + margin-right: 1em; + } +} + @include bigDesktop { .Error { margin: auto; @@ -148,12 +169,3 @@ h4 { padding: 10px; } } - -.contacto { - margin-left: 20%; - margin-right: 20%; -} - -.about { - float: right; -}