Fixed the carousel

This commit is contained in:
2023-09-10 22:22:12 +02:00
parent 31ac15718f
commit 0b96d0e561
10 changed files with 75 additions and 8 deletions

View File

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