Expand height of footer image parent and add opacity

This commit is contained in:
lelkneralfaro 2024-03-13 10:21:42 -07:00 committed by Keegan Rankin
parent 1a242a2e51
commit bc33fe5fb2
2 changed files with 16 additions and 1 deletions

View file

@ -39,12 +39,20 @@
/* Hero image in hero block */
.footer {
.has-background-image.hero.is-medium {
background-color: black;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
height: 200px;
@include from ($tablet) {
height: 400px;
}
img {
opacity: .7;
}
.hero-body {
padding: 3rem 1.5rem;
@include from ($tablet) {