update page title

This commit is contained in:
AykutSarac 2024-10-16 18:36:39 +03:00
parent b2fdfdcb2d
commit f46228ac6e
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

2
next-env.d.ts vendored
View File

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// 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.

View File

@ -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) {