brotherton-erpnext/erpnext/templates/pages/home.css
mergify[bot] 5b7b58322f
fix: hero image not loading in portal homepage (backport #31699) (#31700)
fix: hero image not loading in portal homepage (#31699)

(cherry picked from commit 8a6432ec3f4bf63c39d1f687f618cec2360ebccf)

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
2022-07-26 13:46:03 +05:30

9 lines
153 B
CSS

/* csslint ignore:start */
{% if homepage.hero_image %}
.hero-image {
background-size: cover;
padding: 10rem 0;
}
{% endif %}
/* csslint ignore:end */