MapComplete/css/slideshow.css
2021-06-15 16:18:58 +02:00

18 lines
294 B
CSS

.slick-carousel-content {
width: 300px;
max-height: var(--image-carousel-height);
display: block;
margin-left: 10px;
}
.slick-carousel-content img {
/**
Workaround to patch images within a slick carousel
*/
height: var(--image-carousel-height);
width: auto;
}