Skip to content

Commit f46228a

Browse files
committed
update page title
1 parent b2fdfdc commit f46228a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

src/containers/Landing/HeroSection.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const StyledHeroTitle = styled.h1`
5757
width: fit-content;
5858
line-height: 1.15;
5959
max-width: 30rem;
60+
letter-spacing: -0.75px;
61+
word-spacing: 6px;
6062
font-family: ${plusJakartaSans.style.fontFamily};
6163
6264
@media only screen and (min-width: 576px) {

0 commit comments

Comments
 (0)