From 7ba56f85be9b6768d6d3060954fef01a141adaa6 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 18 Sep 2024 21:42:09 +0600 Subject: [PATCH] web/SectionHeading: fix line height of 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 1c87ae92..7d47f6b6 100644 --- a/web/src/components/misc/SectionHeading.svelte +++ b/web/src/components/misc/SectionHeading.svelte @@ -79,7 +79,7 @@ color: var(--primary); font-size: 11px; font-weight: 500; - line-height: 2; + line-height: 1.9; text-transform: uppercase; }