From adba823cd6d54f82f0529c66033fdd25eeebba0f Mon Sep 17 00:00:00 2001 From: ani-kalpachka Date: Thu, 4 Jan 2024 11:03:53 +0200 Subject: [PATCH] Align donated money on Homepage statistics --- .../Statistics/Statistics.styled.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx b/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx index 1042190ee..576db43f9 100644 --- a/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx +++ b/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx @@ -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), }, }))