From 83d1471ab42dbcda083b3be183967b3509381f8c Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:40:14 +0200 Subject: [PATCH 1/2] fix(ui): footer separators are lines, not frames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The footer's section dividers used `border-t border` — but bare `border` is a 1px border on ALL sides, so each divider rendered as a full gray frame around its block (visitor-reported on /contact). Keep only border-t. Note: the same `border-t border` idiom appears in 20+ other components; scoped here to the public footer where it was reported. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_018RmMktaYn8MuJdEqjp5gWU --- src/components/layout/Footer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index fb8610b5f..54bdca866 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -24,7 +24,7 @@ export default function Footer() { const tDivisions = useTranslations('divisions') return ( -