123
This commit is contained in:
parent
aeac8571ce
commit
320c45c66d
|
|
@ -223,7 +223,7 @@
|
|||
height: unset;
|
||||
text-overflow: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
a.progressive {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
@ -267,7 +267,9 @@
|
|||
}
|
||||
}
|
||||
// main end
|
||||
|
||||
.banner__mobile {
|
||||
display: none;
|
||||
}
|
||||
// event start
|
||||
.event {
|
||||
margin: 80px 0;
|
||||
|
|
|
|||
|
|
@ -1452,6 +1452,10 @@ li {
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
.banner__mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.event {
|
||||
margin: 80px 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue