From b8d07a77c567b89047098e451d9827e368e03036 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 12 Feb 2026 17:48:14 -0500 Subject: [PATCH] Repaired wordmark padding and added a new color scheme to the website. The changes include adjustments to the header and footer sections, as well as improvements to the overall layout for better user experience. These updates aim to enhance the visual appeal and functionality of the site while maintaining consistency with our brand identity. --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index a9027be..5868b9d 100644 --- a/styles.css +++ b/styles.css @@ -312,7 +312,7 @@ body.home { font-weight: 400; letter-spacing: -0.03em; line-height: 1.06; - padding: 0.08em 0.18em 0.14em; + padding: 0.06em 0.1em 0.12em; max-width: 100%; text-align: center; color: var(--text-primary);