From 910bc39abc68d6271113c983a1479934a045d16c Mon Sep 17 00:00:00 2001 From: Rakesh Gupta <103115230+rakesh-blacksof@users.noreply.github.com> Date: Thu, 4 May 2023 23:29:46 +0530 Subject: [PATCH] updated line height for banner text (#4774) ### Description Banner text for [turbo](https://turbo.build/) was truncated because of incorrect line height. ![image](https://user-images.githubusercontent.com/103115230/235620643-9dfa4d15-06d0-4a87-b945-d7f3929f2696.png) Line height of banner text was increased to 1.375 (leading-snug) from 1.25 (leading-tight) solving the issue. result: ![image](https://user-images.githubusercontent.com/103115230/235621152-2aefd629-43c2-452e-952c-963fc94eac0d.png) ### Testing Instructions Not applicable. Co-authored-by: Mehul Kar --- docs/components/pages/landing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 23129bfe70fa5..5df0c421e12bc 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -179,7 +179,7 @@ function LandingPage() {
-

+

Make Ship Happen