Skip to content

Commit

Permalink
fix: fraction margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalikova committed Dec 19, 2024
1 parent 8f4e1cf commit 605c2a5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Divider, Grid, Stack, Typography } from '@mui/material'
import { Grid, Stack, Typography } from '@mui/material'
import { styled } from '@mui/material/styles'

import theme from 'common/theme'
Expand Down Expand Up @@ -26,8 +26,7 @@ export const Fraction = styled(Typography)(() => ({
fontWeight: 'bold',
lineHeight: 1,
fontSize: theme.typography.pxToRem(20),
marginTop: theme.spacing(1.88),

marginTop: theme.spacing(.8),
}))

export const StatisticsWrapper = styled(Stack)(() => ({
Expand Down

0 comments on commit 605c2a5

Please sign in to comment.