Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 17, 2024
2 parents e0c0aef + f46228a commit afcfda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions src/containers/Landing/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit afcfda0

Please sign in to comment.