From e126ca2e96c5b1a515feb339312739efc3ae3dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Tue, 26 Oct 2021 08:24:06 +0100 Subject: [PATCH] Space from header to main container remove from mobile --- src/global.scss | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/global.scss b/src/global.scss index 868e1d048..58fc73799 100644 --- a/src/global.scss +++ b/src/global.scss @@ -782,11 +782,21 @@ ion-content { padding: 0px 20px 0 20px !important; } -app-header .header-container{ - background: var(--header-container-background) !important; - color: var(--headercolor); - margin-bottom: 20px - } +@media only screen and (min-width: 1224px) { + + app-header .header-container{ + background: var(--header-container-background) !important; + color: var(--headercolor); + margin-bottom: 20px + } +} + +@media only screen and (min-width : 321px) { + app-header .header-container{ + background: var(--header-container-background) !important; + color: var(--headercolor); + } +} app-header .header-bottom-line{ width: 100%;