Converted the css to sass
This commit is contained in:
7
styles/carousel.scss
Normal file
7
styles/carousel.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user