fix: styles and add responsiveness
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user