diff --git a/src/media/css/template.css b/src/media/css/template.css index 7c244a8..c9751c2 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -13937,7 +13937,12 @@ meter { justify-content: var(--hero-justify, center); align-items: var(--hero-align, center); width: 100%; - min-height: var(--hero-min-height, 100%); + min-height: var(--hero-min-height, 75vh); + background-image: var(--hero-bg-image, none); + background-repeat: var(--hero-bg-repeat, no-repeat); + background-attachment: var(--hero-bg-attachment, fixed); + background-position: var(--hero-bg-position, center); + background-size: var(--hero-bg-size, cover); } /* ── HERO CARD BASE (the .card inside the hero wrapper) ── */