From f43dd5bf78ef35aa28401091eb8258d5c159b629 Mon Sep 17 00:00:00 2001 From: Michael Victory Date: Tue, 16 Jun 2026 11:43:05 -0700 Subject: [PATCH] =?UTF-8?q?OC=20footer:=20match=20reference=20content=20(~?= =?UTF-8?q?98px)=20=E2=80=94=20drop=20phone=20line,=20tighten=20so=20it=20?= =?UTF-8?q?fits=20the=204:1=20logo-sized=20footer=20at=20phone=20widths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- index.html | 1 - style.css | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index bd35014..bcce67c 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,6 @@ Who we are ShopWisdom - diff --git a/style.css b/style.css index a5d8730..7724c8d 100644 --- a/style.css +++ b/style.css @@ -171,13 +171,11 @@ a.tel { text-decoration: none; } background: url(assets/brand/oc-mark-wh.svg) no-repeat center; background-size: 100% 100%; } .footer-inner { position: absolute; left: 0; right: 0; bottom: 0; padding-bottom: 22px; } -.footer-brand { width: 132px; height: 28px; background-color: var(--cream); margin-bottom: 12px; } -.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 10px; } +.footer-brand { width: 128px; height: 27px; background-color: var(--cream); margin-bottom: 10px; } +.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.13em; margin-bottom: 9px; } .footer-nav a { color: var(--cream-soft); text-decoration: none; } .footer-nav a:hover { color: #fff; } -.footer-call { margin: 0 0 8px; } -.footer-call a.tel { color: var(--amber); font-family: 'DM Sans', sans-serif; font-size: 0.92rem; } -.footer-legal { font-family: 'DM Sans', sans-serif; font-size: 0.74rem; line-height: 1.6; color: rgba(247, 244, 239, 0.4); margin: 0; max-width: 52em; } +.footer-legal { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; line-height: 1.55; color: rgba(247, 244, 239, 0.4); margin: 0; max-width: 46em; } /* Focus */ a:focus-visible, .btn:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 2px; }