2022-06-27 14:09:44 +00:00
|
|
|
.hero {
|
2024-03-15 16:37:03 +00:00
|
|
|
min-height: 700px;
|
2023-11-21 16:33:04 +00:00
|
|
|
{{ 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;
|
2022-06-29 11:03:51 +00:00
|
|
|
margin: auto;
|
2024-03-15 16:37:03 +00:00
|
|
|
}
|