Expand height of footer image parent and add opacity
This commit is contained in:
parent
1a242a2e51
commit
bc33fe5fb2
2 changed files with 16 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue