From fcf587e816d8f0da77edc1c28f86c15fd1515766 Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Mon, 23 Sep 2024 20:13:07 -0400
Subject: Reduce landing text size

---
 static/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'static/style.css')

diff --git a/static/style.css b/static/style.css
index 309609b..c427bff 100644
--- a/static/style.css
+++ b/static/style.css
@@ -139,9 +139,9 @@ main:has(#intro) {
 }
 
 .landing-text span {
-  font-size: max(4rem, 10vw);
+  font-size: max(3rem, 6vw);
   font-weight: bolder;
-  line-height: 1;
+  line-height: 1.25;
 }
 
 .arrow-container {
-- 
cgit v1.2.3