From 3bfcce9f0a5adf3aa64b59f90154a2c614e721e0 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Tue, 18 Mar 2025 15:55:06 -0400 Subject: [PATCH] shrinking header sizes --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index a61b9241e..c5b0768fa 100644 --- a/styles.css +++ b/styles.css @@ -14,7 +14,7 @@ h1 { font-family: var(--font-title); font-weight: 400; - font-size: 5rem; + font-size: 3rem; line-height: 1.1; letter-spacing: -0.05em; font-feature-settings: "ss01" on; @@ -24,7 +24,7 @@ h1 { h2 { font-family: var(--font-title); font-weight: 500; - font-size: 2rem; + font-size: 1.5rem; line-height: 1.2; letter-spacing: -0.03em; font-feature-settings: "ss01" on; @@ -35,7 +35,7 @@ h3, h4 { font-family: var(--font-body); font-weight: 400; - font-size: 1.5rem; + font-size: 1.25rem; line-height: 1.5; letter-spacing: -0.02em; }