update homepage h1 mobile styling to match design (#60)

pull/26459/head^2
Paul Wackerow 2 years ago committed by GitHub
parent bc030df0ee
commit 42c0b33f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/components/UI/homepage/HomeHero.tsx

@ -19,9 +19,9 @@ export const HomeHero: FC = () => {
textStyle='h1'
mb={{ base: 2, md: 4 }}
textAlign={{ base: 'center', md: 'left' }}
fontSize={{ base: '5xl', md: '8xl' }}
lineHeight={{ md: '6rem' }}
fontWeight='500'
fontSize={{ base: '2.75rem', md: '8xl' }}
lineHeight={{ base: '3.375rem', md: '6rem' }}
fontWeight={{ base: 700, md: 500 }}
>
go-ethereum
</Box>

Loading…
Cancel
Save