Skip to content

Commit

Permalink
fix: Heading balance in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Dec 21, 2023
1 parent 9b12437 commit c454d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/homepage/widget/section/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ const Tagline = styled.h1`
line-height: 120%; /* 57.6px */
margin: 0;
text-wrap: balance;
span.muted {
color: rgba(255, 255, 255, 0.7);
}
Expand Down
2 changes: 2 additions & 0 deletions apps/homepage/widget/section/join.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ const ContentContainer = styled.div`
font-weight: 500;
line-height: 120%; /* 48px */
margin: 0;
text-wrap: balance;
}
span.blue {
Expand Down

0 comments on commit c454d0d

Please sign in to comment.