diff --git a/src/components/molecules/card/AnyWayCard.tsx b/src/components/molecules/card/AnyWayCard.tsx index 4080a5ee..6417e8e4 100644 --- a/src/components/molecules/card/AnyWayCard.tsx +++ b/src/components/molecules/card/AnyWayCard.tsx @@ -54,13 +54,9 @@ const useStyles = makeStyles((theme) => ({ color: (theme.palette.primary as ColorScheme).fontColor, }, content: { - height: 'calc(100% - 60px)', - width: 'calc(100% - 80px)', - marginTop: '60px', - marginLeft: '40px', - marginRight: '40px', + height: '100%', boxSizing: 'border-box', - padding: theme.spacing(2), + padding: 0, backgroundColor: (theme.palette.primary as ColorScheme).containerColor, borderRadius: '16px', },