chore: update h2 styles

pull/26459/head^2
Nicolás Quiroz 2 years ago
parent cdfddbd32c
commit 57809bef2a
  1. 6
      src/components/UI/homepage/HomeSection.tsx
  2. 6
      src/components/UI/homepage/QuickLinks.tsx

@ -33,10 +33,10 @@ export const HomeSection: FC<Props> = ({
// 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'
>

@ -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'
>

Loading…
Cancel
Save