diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..a4a7b3f 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/src/containers/Landing/HeroSection.tsx b/src/containers/Landing/HeroSection.tsx index 55004b1..ead42c1 100644 --- a/src/containers/Landing/HeroSection.tsx +++ b/src/containers/Landing/HeroSection.tsx @@ -57,6 +57,8 @@ const StyledHeroTitle = styled.h1` width: fit-content; line-height: 1.15; max-width: 30rem; + letter-spacing: -0.75px; + word-spacing: 6px; font-family: ${plusJakartaSans.style.fontFamily}; @media only screen and (min-width: 576px) {