From ffbbabdbd301a1dca67d7748e6d5240e85aa30c2 Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 18 Jul 2026 21:27:21 +0300 Subject: [PATCH] fix: stack footer links vertically on mobile Wrapped inline links produced a ragged two-line block with small tap targets. Links now stack in a single column below sm and return to one row above it. E2e asserts both directions: every link has a distinct y at 375px, and they share a row at 1280px. Co-Authored-By: Claude Fable 5 --- web/components/shared/footer.tsx | 4 +++- web/e2e/chrome.spec.ts | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/web/components/shared/footer.tsx b/web/components/shared/footer.tsx index d10efcb..262a0f7 100644 --- a/web/components/shared/footer.tsx +++ b/web/components/shared/footer.tsx @@ -36,7 +36,9 @@ export default function Footer() { -