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 {