diff --git a/src/theme/components/VPHero.vue b/src/theme/components/VPHero.vue index e20688f..9e85cb6 100644 --- a/src/theme/components/VPHero.vue +++ b/src/theme/components/VPHero.vue @@ -128,6 +128,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref display: flex; position: relative; z-index: 10; + justify-content: center; order: 2; flex-grow: 1; flex-shrink: 0;