squirrel/assets/scss/hero.scss

14 lines
307 B
SCSS

.hero {
min-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;
}