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