From b7e63bcf59733b299ac4b1a48940622cc8f267eb Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Wed, 24 Jun 2026 22:55:15 -0700 Subject: [PATCH] SW footer: halve the overlaid readable logo (40 to 20px) and remove the lone owl-head divider above the contact section. Verified locally. Staging/preview only. Co-Authored-By: Claude Opus 4.8 --- index.html | 4 ---- style.css | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index cd780e9..6008395 100644 --- a/index.html +++ b/index.html @@ -282,10 +282,6 @@ - -

Start a conversation

diff --git a/style.css b/style.css index e4e2555..0fef205 100644 --- a/style.css +++ b/style.css @@ -257,7 +257,7 @@ blockquote p { margin: 0 0 1em; font-style: italic; color: var(--ink); font-size .footer-content { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-start; padding: 1.5rem 2rem; } .footer-block { display: flex; flex-direction: column; gap: 0.3rem; } .footer-wordmark { font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; font-weight: 700; color: #fff; } -.footer-logo-img { height: 40px; width: auto; align-self: flex-start; display: block; margin-bottom: 8px; } +.footer-logo-img { height: 20px; width: auto; align-self: flex-start; display: block; margin-bottom: 8px; } .footer-wordmark span { color: var(--accent); } .footer-links { display: flex; gap: 1rem; flex-wrap: wrap; } .footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; }