squirrel/assets/scss/hero.scss

14 lines
302 B
SCSS
Raw Normal View History

2022-06-27 14:09:44 +00:00
.hero {
height: 700px;
{{ with .hero.background }}
background-image: url({{ . }}) !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
{{ end }}
2022-06-27 14:09:44 +00:00
}
.hero-icon-container {
padding: 1rem;
margin: auto;
2022-06-27 14:09:44 +00:00
}