From b1bfd064d4b37e5c93eb30c5a2e01fceafb305cc Mon Sep 17 00:00:00 2001 From: happhee Date: Sat, 28 Sep 2024 09:36:34 +0900 Subject: [PATCH] style : workbook card height --- src/main/components/WorkbookCard/index.tsx | 2 +- src/main/components/WorkbookCardDetail/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/components/WorkbookCard/index.tsx b/src/main/components/WorkbookCard/index.tsx index 2811063..0fe35ba 100644 --- a/src/main/components/WorkbookCard/index.tsx +++ b/src/main/components/WorkbookCard/index.tsx @@ -35,7 +35,7 @@ export default function WorkbookCard({ }; return (
diff --git a/src/main/components/WorkbookCardDetail/index.tsx b/src/main/components/WorkbookCardDetail/index.tsx index 9ee4db0..41d9a49 100644 --- a/src/main/components/WorkbookCardDetail/index.tsx +++ b/src/main/components/WorkbookCardDetail/index.tsx @@ -50,7 +50,7 @@ const WorkbookDetailInfoWrapper = ({ "flex flex-col", "rounded-b-lg bg-black", "px-[21px] pb-[25px] pt-[23px]", - "h-[210px]" + "h-[230px]", )} > {children}