diff --git a/src/components/UI/homepage/HomeSection.tsx b/src/components/UI/homepage/HomeSection.tsx index cc14a51612..5054ca12a5 100644 --- a/src/components/UI/homepage/HomeSection.tsx +++ b/src/components/UI/homepage/HomeSection.tsx @@ -33,10 +33,10 @@ export const HomeSection: FC = ({ // TODO: move text style to theme as='h2' fontFamily='"JetBrains Mono", monospace' - fontWeight={700} - fontSize='2.125rem' + fontWeight={400} + fontSize='1.5rem' lineHeight='auto' - letterSpacing='3%' + letterSpacing='4%' // TODO: move to theme colors color='#1d242c' > diff --git a/src/components/UI/homepage/QuickLinks.tsx b/src/components/UI/homepage/QuickLinks.tsx index 53c52a7bda..2b365a2d90 100644 --- a/src/components/UI/homepage/QuickLinks.tsx +++ b/src/components/UI/homepage/QuickLinks.tsx @@ -12,10 +12,10 @@ export const QuickLinks: FC = () => { // TODO: move text style to theme as='h2' fontFamily='"JetBrains Mono", monospace' - fontWeight={700} - fontSize='2.125rem' + fontWeight={400} + fontSize='1.5rem' lineHeight='auto' - letterSpacing='3%' + letterSpacing='4%' // TODO: move to theme colors color='#1d242c' >