mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Space from header to main container remove from mobile
This commit is contained in:
+15
-5
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user