Skip to content

Commit

Permalink
Merge pull request #369 from act-org/ss-update-h5-fs-and-breakpoints
Browse files Browse the repository at this point in the history
chore: Updating h5 font size to proper value for small screens
  • Loading branch information
stefansolyom authored Feb 6, 2024
2 parents 06e1cb5 + 2e0b01d commit 4cda823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/themeEncourage/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ const typography: TypographyVariantsOptions = {
fontFamily: primaryFontFamily,
fontSize: '18px',
fontWeight: 600,
letterSpacing: px(-0.75),
lineHeight: '24px',
[theme.breakpoints.up('lg')]: {
lineHeight: '22px',
[theme.breakpoints.up('sm')]: {
fontSize: '24px',
letterSpacing: px(-0.75),
lineHeight: '32px',
},
},
Expand Down

0 comments on commit 4cda823

Please sign in to comment.