From 42c0b33f1dbd167dd627c2aab614d184e0df9a2c Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Tue, 29 Nov 2022 00:32:58 +0100 Subject: [PATCH] update homepage h1 mobile styling to match design (#60) --- src/components/UI/homepage/HomeHero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/UI/homepage/HomeHero.tsx b/src/components/UI/homepage/HomeHero.tsx index 6174269345..cb1ca0d666 100644 --- a/src/components/UI/homepage/HomeHero.tsx +++ b/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