Skip to content

Commit

Permalink
Align donated money on Homepage statistics (#1698)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Jan 4, 2024
1 parent ae3f223 commit 33898d3
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 33898d3

Please sign in to comment.