mobile - style event page

This commit is contained in:
isUnknown 2024-09-10 16:55:01 +02:00
parent dd04bac95e
commit db77e09c61
3 changed files with 58 additions and 11 deletions

View file

@ -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;
}
}