blob: 785d8059ba01a132aae7fc1a24b33481e57941fe [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 %}
Ankush Menat4551d7d2021-08-19 13:41:10 +05309/* csslint ignore:end */