Update src/client/theme-default/components/VPHero.vue

pull/4639/head
Divyansh Singh 6 months ago committed by GitHub
parent c066fa72d1
commit 475fe5b68e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -322,8 +322,9 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
left: 50%; left: 50%;
max-width: 192px; max-width: 192px;
max-height: 192px; max-height: 192px;
height: 100%; width: 100%;
aspect-ratio: 1; height: 100%
object-fit: contain;
/*rtl:ignore*/ /*rtl:ignore*/
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }

Loading…
Cancel
Save