mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 20:16:36 +00:00
update homepage h1 mobile styling to match design (#60)
This commit is contained in:
parent
bc030df0ee
commit
42c0b33f1d
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ export const HomeHero: FC = () => {
|
||||||
textStyle='h1'
|
textStyle='h1'
|
||||||
mb={{ base: 2, md: 4 }}
|
mb={{ base: 2, md: 4 }}
|
||||||
textAlign={{ base: 'center', md: 'left' }}
|
textAlign={{ base: 'center', md: 'left' }}
|
||||||
fontSize={{ base: '5xl', md: '8xl' }}
|
fontSize={{ base: '2.75rem', md: '8xl' }}
|
||||||
lineHeight={{ md: '6rem' }}
|
lineHeight={{ base: '3.375rem', md: '6rem' }}
|
||||||
fontWeight='500'
|
fontWeight={{ base: 700, md: 500 }}
|
||||||
>
|
>
|
||||||
go-ethereum
|
go-ethereum
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue