change home

This commit is contained in:
Peter Maquiran
2023-06-19 12:15:39 +01:00
parent 64e0760e62
commit f849610b8c
20 changed files with 145 additions and 73 deletions
+25 -2
View File
@@ -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;
}