Space from header to main container remove from mobile

This commit is contained in:
Eudes Inácio
2021-10-26 08:24:06 +01:00
parent 3f87488a16
commit e126ca2e96
+15 -5
View File
@@ -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%;