blob: cf5476635bd3038c6ab36cef637ae78cb4e36173 [file] [log] [blame]
/* csslint ignore:start */
{% if homepage.hero_image %}
.hero-image {
background-image: url("{{ homepage.hero_image }}");
background-size: cover;
padding: 10rem 0;
}
{% endif %}
/* csslint ignore:end */