mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-14 13:33:09 +00:00
19 lines
286 B
SCSS
19 lines
286 B
SCSS
.background-img-fluid {
|
|
position: absolute;
|
|
object-fit: cover;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: -1;
|
|
}
|
|
|
|
.background-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: auto;
|
|
background-color: rgba($dark, 0.8);
|
|
}
|
|
|
|
.hero-content {
|
|
z-index: 1;
|
|
}
|