mobile - style event page
This commit is contained in:
parent
dd04bac95e
commit
db77e09c61
3 changed files with 58 additions and 11 deletions
|
|
@ -27,3 +27,12 @@
|
|||
.swiper-button-prev:hover {
|
||||
cursor: url(../../images/icons/arrow-prev.svg) 10 20, auto !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
#swiper picture {
|
||||
height: 100%;
|
||||
}
|
||||
#swiper picture img {
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue