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

@ -267,7 +267,9 @@
}
}
// main end
.banner__mobile {
display: none;
}
// event start
.event {
margin: 80px 0;

View File

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