mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
Update src/theme/foundations/textStyles.ts
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
parent
c7b99ab9ea
commit
c946a1672c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export const textStyles = {
|
||||||
h2: {
|
h2: {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontSize: '1.75rem',
|
fontSize: { base: '1.5rem', md: '1.75rem' },
|
||||||
lineHeight: 'normal',
|
lineHeight: 'normal',
|
||||||
letterSpacing: '0.04em',
|
letterSpacing: '0.04em',
|
||||||
color: 'body'
|
color: 'body'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue