From a6293aa24b9833e29245f1467b35bf8c65f2707f Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 24 Apr 2025 14:22:07 -0400 Subject: [PATCH] UX: text logo line-height fix (#150) Minor adjustment to avoid clipping descenders before: ![image](https://github.com/user-attachments/assets/bc68416b-ab04-4a62-8bff-ec8164284380) after: ![image](https://github.com/user-attachments/assets/30296e9c-4e8d-446f-8ee4-f0583e6c3e68) --- scss/desktop-full-width.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/desktop-full-width.scss b/scss/desktop-full-width.scss index de1378b..6650350 100644 --- a/scss/desktop-full-width.scss +++ b/scss/desktop-full-width.scss @@ -32,7 +32,7 @@ $sidebar-width: 17em; font-size: clamp(var(--font-0), 2.5vw, var(--font-up-2)); .has-sidebar-page & { white-space: wrap; - line-height: var(--line-height-small); + line-height: var(--line-height-medium); @include line-clamp(2); } }