mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-15 23:20:26 +02:00
make text hero smaller if no image
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user