From 742eacf6662ecb1b034c09bac288dde0a5877ba9 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 12 Feb 2026 17:39:34 -0500 Subject: [PATCH] Updated styles.css, added new styles for the header and footer sections of the website, including background colors, font sizes, and padding. Also made adjustments to the layout to improve responsiveness on mobile devices. --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;