fix(theme-default): ensure proper sizing of SVG hero images (#4639)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/4643/head
GabrielxD 6 months ago committed by GitHub
parent 9d0145d32d
commit 7d94481920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save