Fixed the carousel
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.anchoring {
|
||||
font-family: 'Questrial', sans-serif;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
||||
h1 {
|
||||
margin-bottom: -35px;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user