mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-17 00:20:39 +00:00
Merge pull request #65 from ethereum/update-h2-font-size
chore: update h2 font-size
This commit is contained in:
commit
6a675d9ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue