ltqf/assets/css/single-spectacle.css
Florian du Garage Num bcddcefb2e initial webp
2023-11-16 13:53:24 +01:00

26 lines
576 B
CSS

#title-section {
height: 20vh;
}
.carousel .image img {
height: 40vh; /* Set a fixed height */
width: auto; /* Maintain aspect ratio */
/*overflow: hidden;
object-fit: contain; Ensure the whole image fits into the container */
}
.slider-navigation-previous {
display: none;
}
.slider-navigation-next {
display: none;
}
@media screen and (max-width: 768px) {
.p-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
}