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