Skip to content

Commit

Permalink
fix: hero justify center
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jun 26, 2024
1 parent b265959 commit 6dff84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/components/VPHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
display: flex;
position: relative;
z-index: 10;
justify-content: center;
order: 2;
flex-grow: 1;
flex-shrink: 0;
Expand Down

0 comments on commit 6dff84f

Please sign in to comment.