14 lines
No EOL
302 B
SCSS
14 lines
No EOL
302 B
SCSS
.hero {
|
|
height: 700px;
|
|
{{ with .hero.background }}
|
|
background-image: url({{ . }}) !important;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
{{ end }}
|
|
}
|
|
|
|
.hero-icon-container {
|
|
padding: 1rem;
|
|
margin: auto;
|
|
} |