From c454d0dd2e7aa445773d46bd1dbd0fbec9689500 Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Thu, 21 Dec 2023 20:55:58 +0500 Subject: [PATCH] fix: Heading balance in landing page --- apps/homepage/widget/section/hero.jsx | 2 ++ apps/homepage/widget/section/join.jsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/homepage/widget/section/hero.jsx b/apps/homepage/widget/section/hero.jsx index 27580280..c920be77 100644 --- a/apps/homepage/widget/section/hero.jsx +++ b/apps/homepage/widget/section/hero.jsx @@ -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); } diff --git a/apps/homepage/widget/section/join.jsx b/apps/homepage/widget/section/join.jsx index 26df90a0..6e3d8b54 100644 --- a/apps/homepage/widget/section/join.jsx +++ b/apps/homepage/widget/section/join.jsx @@ -107,6 +107,8 @@ const ContentContainer = styled.div` font-weight: 500; line-height: 120%; /* 48px */ margin: 0; + + text-wrap: balance; } span.blue {