19 lines
220 B
SCSS
19 lines
220 B
SCSS
.hero-5 {
|
|
height:100vh;
|
|
min-height:800px;
|
|
|
|
> .container > .row {
|
|
height:100vh;
|
|
min-height:800px;
|
|
}
|
|
|
|
.overlay {
|
|
background: rgba(0,0,0, 1);
|
|
opacity:0.5;
|
|
}
|
|
|
|
h1, p.lead {
|
|
color: var(--bs-light);
|
|
}
|
|
}
|