mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +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;
|
padding: 0px 20px 0 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
app-header .header-container{
|
@media only screen and (min-width: 1224px) {
|
||||||
background: var(--header-container-background) !important;
|
|
||||||
color: var(--headercolor);
|
app-header .header-container{
|
||||||
margin-bottom: 20px
|
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{
|
app-header .header-bottom-line{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user