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}`} >