From 3f48b3ee0b8b8a2bd9728225657a44c0c2dc10b0 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 31 Jul 2026 01:49:47 +0200 Subject: [PATCH] kerning and shit --- themes/one-pager/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/one-pager/assets/css/style.css b/themes/one-pager/assets/css/style.css index 8ef4dad..2e352e5 100644 --- a/themes/one-pager/assets/css/style.css +++ b/themes/one-pager/assets/css/style.css @@ -187,7 +187,7 @@ body { font-size: 1.1rem; font-weight: 700; margin: 1rem 0 1.5rem 0; - line-height: 1.8; + line-height: 1.5; color: var(--text-secondary); border-left: 4px solid var(--accent-yellow); @@ -217,7 +217,7 @@ body { /* Tagline */ .tagline { - font-size: 2rem; + font-size: 1.2rem; font-weight: 700; margin-top: 0.5rem; letter-spacing: -0.5px;