mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
change home
This commit is contained in:
@@ -518,19 +518,42 @@ ion-toolbar{
|
||||
|
||||
@media only screen and (max-width: 856px) {
|
||||
|
||||
.content, .conteiner-box{
|
||||
.content, .conteiner-box {
|
||||
height: unset !important;
|
||||
max-height: unset !important;
|
||||
}
|
||||
|
||||
.event-box {
|
||||
display: block;
|
||||
height: unset !important;
|
||||
max-width: unset !important;
|
||||
width: 100% !important;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.schedule-1 {
|
||||
display: none;
|
||||
}
|
||||
.filters-box {
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
}
|
||||
.box-container {
|
||||
max-width: 400px !important;
|
||||
}
|
||||
|
||||
.showMobile {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.hideMobile {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.conteiner-box-mobile {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
|
||||
.box-container {
|
||||
height: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user