From c7602f78029bef68b316b012aa1816bbd667d6de Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Tue, 24 Oct 2023 16:16:18 -0400 Subject: [PATCH] fixed h issue --- components/Cards/CalendarEvent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cards/CalendarEvent/index.tsx b/components/Cards/CalendarEvent/index.tsx index 073e48f..462cf24 100644 --- a/components/Cards/CalendarEvent/index.tsx +++ b/components/Cards/CalendarEvent/index.tsx @@ -70,7 +70,7 @@ export default function CalendarEventCard({ height={150} unoptimized className={cn( - "objegitct-cover h-full w-auto transition-all group-hover:scale-105", + "objegitct-cover h-auto min-h-full w-auto transition-all group-hover:scale-105", "aspect-video", )} />