We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fdfdc commit f46228aCopy full SHA for f46228a
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// 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.
src/containers/Landing/HeroSection.tsx
@@ -57,6 +57,8 @@ const StyledHeroTitle = styled.h1`
57
width: fit-content;
58
line-height: 1.15;
59
max-width: 30rem;
60
+ letter-spacing: -0.75px;
61
+ word-spacing: 6px;
62
font-family: ${plusJakartaSans.style.fontFamily};
63
64
@media only screen and (min-width: 576px) {
0 commit comments