diff --git a/styles.css b/styles.css index abfe581..32ff164 100644 --- a/styles.css +++ b/styles.css @@ -308,7 +308,8 @@ body.home { font-size: clamp(4.5rem, 18vw, 11rem); font-weight: 400; letter-spacing: -0.04em; - line-height: 0.95; + line-height: 1; + padding-bottom: 0.06em; color: var(--text-primary); background: linear-gradient(145deg, var(--text-primary) 30%, var(--accent) 100%); -webkit-background-clip: text;