diff --git a/src/client/theme-default/components/VPHero.vue b/src/client/theme-default/components/VPHero.vue index fc80cb6c..b3d527d7 100644 --- a/src/client/theme-default/components/VPHero.vue +++ b/src/client/theme-default/components/VPHero.vue @@ -29,7 +29,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref
-

+

@@ -125,9 +125,14 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref } } +.heading { + display: flex; + flex-direction: column; +} + .name, .text { - display: inline-block; + width: fit-content; max-width: 392px; letter-spacing: -0.4px; line-height: 40px;