From 54e6ad8e2ba77950b6e31f901879620ce4b0ad5d Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 23 Feb 2024 16:25:19 +0100 Subject: [PATCH] style: card max width --- components/custom/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/custom/card.tsx b/components/custom/card.tsx index 90333a7..19543d0 100644 --- a/components/custom/card.tsx +++ b/components/custom/card.tsx @@ -42,7 +42,7 @@ export const Card = ({ style={{ boxShadow: '0 16px 32px 0 rgba(0, 0, 0, 0.6)' }} - className={`max-h-[90vh] w-[90vw] p-8 ${style}`} + className={`max-h-[90vh] max-w-[90vw] p-8 ${style}`} >