This commit is contained in:
= 2021-05-24 17:08:20 +05:00
parent aeac8571ce
commit 320c45c66d
2 changed files with 8 additions and 2 deletions

View File

@ -223,7 +223,7 @@
height: unset; height: unset;
text-overflow: unset; text-overflow: unset;
} }
} }
a.progressive { a.progressive {
position: relative; position: relative;
display: block; display: block;
@ -267,7 +267,9 @@
} }
} }
// main end // main end
.banner__mobile {
display: none;
}
// event start // event start
.event { .event {
margin: 80px 0; margin: 80px 0;

View File

@ -1452,6 +1452,10 @@ li {
margin: 5px; margin: 5px;
} }
.banner__mobile {
display: none;
}
.event { .event {
margin: 80px 0; margin: 80px 0;
} }