mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
parent
467d139bb0
commit
1da998a4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ export const textStyles = {
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
fontSize: 'sm'
|
fontSize: { base: 'xs', sm: 'sm' }
|
||||||
},
|
},
|
||||||
'docs-nav-dropdown': {
|
'docs-nav-dropdown': {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue