From a179c09d0c637d33d310960dbf3e92af4b5c526b Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 13 Aug 2025 11:59:45 +0330 Subject: [PATCH] style: increase line height --- src/components/hero.astro | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/components/hero.astro b/src/components/hero.astro index 56dd5d1..5afe3e7 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -97,17 +97,7 @@ const count = soundCount(); font-family: var(--font-display); font-size: var(--font-xlg); font-weight: 600; - line-height: 1; - - /* & .gradient { - background: linear-gradient( - 135deg, - var(--color-foreground), - var(--color-foreground-subtle) - ); - background-clip: text; - -webkit-text-fill-color: transparent; - } */ + line-height: 1.1; & .line { display: block;