style: card max width

This commit is contained in:
Riccardo
2024-02-23 16:25:19 +01:00
parent c20d0061a7
commit 54e6ad8e2b

View File

@@ -42,7 +42,7 @@ export const Card = ({
style={{ style={{
boxShadow: '0 16px 32px 0 rgba(0, 0, 0, 0.6)' 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}`}
> >
<CardHeader> <CardHeader>
<p className='text-xs uppercase text-gray-500'> <p className='text-xs uppercase text-gray-500'>