make text hero smaller if no image

This commit is contained in:
Will Freeman
2025-12-31 17:11:37 -06:00
parent e65b910942
commit 2b5f28ee7b

View File

@@ -64,9 +64,13 @@ const heroStyle = computed(() => (
<style scoped>
.hero {
color: white;
padding: 100px 0 !important;
padding: 35px 0;
position: relative;
}
.hero-image {
min-height: 350px;
padding: 100px 0 !important;
}
/* Overlay for image backgrounds only */