Skip to content

Commit

Permalink
Align donated money on Homepage statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jan 4, 2024
1 parent ae3f223 commit adba823
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export const Fraction = styled(Typography)(() => ({
fontWeight: 'bold',
lineHeight: 1,
fontSize: theme.typography.pxToRem(20),
marginTop: theme.spacing(0.7),
marginTop: theme.spacing(1),

[theme.breakpoints.up('md')]: {
marginTop: theme.spacing(1.6),
marginTop: theme.spacing(1.87),
},
}))

Expand Down

0 comments on commit adba823

Please sign in to comment.