Files
psychartherapie-v2/styles/carousel.css
2023-08-30 00:08:39 +02:00

7 lines
193 B
CSS

.carousel {
height: calc(100vh - var(--header-Height));
background-position-x: center;
background-position-y: bottom;
background-repeat: no-repeat;
background-size: cover;
}