Skip to content

Commit

Permalink
revert content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Oct 22, 2024
1 parent ede02e0 commit 1357a6e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/molecules/card/AnyWayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 1357a6e

Please sign in to comment.