Merge pull request #65 from ethereum/update-h2-font-size

chore: update h2 font-size
This commit is contained in:
Corwin Smith 2022-11-29 19:50:29 +01:00 committed by GitHub
commit 6a675d9ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ export const textStyles = {
h2: {
fontFamily: 'heading',
fontWeight: 400,
fontSize: '1.5rem',
fontSize: { base: '1.5rem', md: '1.75rem' },
lineHeight: 'normal',
letterSpacing: '0.04em',
color: 'body'