From d396284ebb8f067275f135ac824673a2ff446a7e Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 21 Mar 2025 13:07:25 +0530 Subject: [PATCH] typo --- src/client/theme-default/components/VPHero.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/theme-default/components/VPHero.vue b/src/client/theme-default/components/VPHero.vue index 568feb3e..c60a9b46 100644 --- a/src/client/theme-default/components/VPHero.vue +++ b/src/client/theme-default/components/VPHero.vue @@ -323,7 +323,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref max-width: 192px; max-height: 192px; width: 100%; - height: 100% + height: 100%; object-fit: contain; /*rtl:ignore*/ transform: translate(-50%, -50%);