Converted the css to sass

This commit is contained in:
2023-08-30 19:15:19 +02:00
parent 3f3387b1d1
commit 89b6d7eeb7
9 changed files with 81 additions and 66 deletions

7
styles/carousel.scss Normal file
View File

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