Skip to content

Commit

Permalink
Merge pull request #370 from act-org/revert-369-ss-update-h5-fs-and-b…
Browse files Browse the repository at this point in the history
…reakpoints

Revert "chore: Updating h5 font size to proper value for small screens"
  • Loading branch information
stefansolyom authored Feb 6, 2024
2 parents 4cda823 + b89fcbd commit d8ab758
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,
lineHeight: '22px',
[theme.breakpoints.up('sm')]: {
letterSpacing: px(-0.75),
lineHeight: '24px',
[theme.breakpoints.up('lg')]: {
fontSize: '24px',
letterSpacing: px(-0.75),
lineHeight: '32px',
},
},
Expand Down

0 comments on commit d8ab758

Please sign in to comment.