From de5a2d10caca56a36e5891176fb2969768115802 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 2 Feb 2025 02:08:50 +0600 Subject: [PATCH] web/SectionHeading: reduce line height for beta tag --- web/src/components/misc/SectionHeading.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/misc/SectionHeading.svelte b/web/src/components/misc/SectionHeading.svelte index 8741030f..bb90550e 100644 --- a/web/src/components/misc/SectionHeading.svelte +++ b/web/src/components/misc/SectionHeading.svelte @@ -93,7 +93,7 @@ color: var(--primary); font-size: 11px; font-weight: 500; - line-height: 1.9; + line-height: 1.86; text-transform: uppercase; }