From ca51b4069b5e0a1dc0232454db7cf68ae74c69cb Mon Sep 17 00:00:00 2001 From: dpalikova Date: Mon, 2 Dec 2024 16:10:38 +0200 Subject: [PATCH] fix: removed unnecessary margin --- .../PlatformStatisticsSection/Statistics/Statistics.styled.tsx | 1 - 1 file changed, 1 deletion(-) 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 576db43f9..f7415fe15 100644 --- a/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx +++ b/src/components/client/index/sections/PlatformStatisticsSection/Statistics/Statistics.styled.tsx @@ -17,7 +17,6 @@ export const SubtitleSectionNumber = styled(Typography)(() => ({ [theme.breakpoints.up('md')]: { fontSize: theme.typography.pxToRem(50), - marginTop: theme.spacing(1), }, }))