Skip to content

Commit

Permalink
fix: removed unnecessary margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalikova committed Dec 2, 2024
1 parent 953b219 commit ca51b40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const SubtitleSectionNumber = styled(Typography)(() => ({

[theme.breakpoints.up('md')]: {
fontSize: theme.typography.pxToRem(50),
marginTop: theme.spacing(1),
},
}))

Expand Down

0 comments on commit ca51b40

Please sign in to comment.