blob: cf5476635bd3038c6ab36cef637ae78cb4e36173 [file] [log] [blame]
Faris Ansari5f8b3582019-03-19 11:48:32 +05301/* csslint ignore:start */
2{% if homepage.hero_image %}
3.hero-image {
4 background-image: url("{{ homepage.hero_image }}");
5 background-size: cover;
6 padding: 10rem 0;
7}
8{% endif %}
9/* csslint ignore:end */