fix: styles and add responsiveness

This commit is contained in:
2025-07-26 11:42:37 +03:30
parent 40c0415b63
commit 67a4c4dee4
10 changed files with 361 additions and 267 deletions

View File

@@ -19,14 +19,14 @@ export function CardContainer({
width: '100%',
maxWidth: {
xs: '100%',
sm: '500pxpx',
md: '786px',
sm: '500px',
md: '818px',
},
display: 'flex',
flexDirection: 'column',
gap: 2,
px: { xs: 2, sm: 3, md: 4 },
py: 2,
// py: 2,
}}
>
<Box