Skip to content

Commit

Permalink
Doc Card spacing was off on high resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
oomIRL committed Jan 25, 2024
1 parent e3d2222 commit 17e1aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const useStyles = makeStyles(theme => ({
},
card: {
color: theme.palette.primary.main,
display:'flex',
display: 'flex',
flex: 1,
justiyContent:'space-between',
flexDirection:'column',
borderRadius: '1rem',
Expand Down

0 comments on commit 17e1aad

Please sign in to comment.