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,5 +1,9 @@
.anchoring {
font-family: 'Questrial', sans-serif;
position: absolute;
right: 0;
left: 0;
bottom: 0;
h1 {
margin-bottom: -35px;

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