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

pull/4639/head
GabrielxD 6 months ago
parent 9d0145d32d
commit c066fa72d1

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

Loading…
Cancel
Save