Skip to content

Commit

Permalink
Merge pull request #1144 from data-for-change/bug-1136-axis-partial
Browse files Browse the repository at this point in the history
modify content margin,height,width
  • Loading branch information
atalyaalon authored Oct 22, 2024
2 parents 05b8f6b + 124be2e commit 5f4fbef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/molecules/card/AnyWayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ const useStyles = makeStyles((theme) => ({
color: (theme.palette.primary as ColorScheme).fontColor,
},
content: {
height: 'calc(100% - 20px)',
width: 'calc(100% - 40px)',
marginTop: '20px',
height: 'calc(100% - 60px)',
width: 'calc(100% - 80px)',
marginTop: '60px',
marginLeft: 'auto',
marginRight: 'auto',
boxSizing: 'border-box',
padding: 0,
backgroundColor: (theme.palette.primary as ColorScheme).containerColor,
borderRadius: '16px',
borderRadius: '40px',
},
button: {
'&:hover': {
Expand Down

0 comments on commit 5f4fbef

Please sign in to comment.