From 61afa0dcae653ee1c587c074025cd95dd195cc25 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 29 Jul 2026 12:04:07 +0000 Subject: [PATCH] Revert Footer's row breakpoint from sm: back to lg: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Confirmed via Playwright against the live site (666px viewport): this row was causing a real horizontal page overflow (scrollWidth 746px vs 666px viewport) in the 640-1023px band, not just visual cramping — logo + handle + 5 nowrap legal links (all shrink-0) don't fit in one row below ~1024px regardless of fluid scaling. Today's earlier sm: rename wrongly treated this as a simple structural-breakpoint case; it's actually the same fixed-content-doesn't-fit category as Cart/Checkout/SectionTOC, which correctly stayed at lg:. --- app/components/Footer.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index e2c5a33..b294563 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -19,10 +19,16 @@ export function Footer() {
{/* Three groups: logo | @handle | links — stacked + centered below - sm: (640px, moved down from the old md:/lg: skip-pattern now - that grid/flex structure across the site aligns with the fluid - floor). Side by side again once there's real room at sm:. */} -
+ lg:. Reverted here from an earlier sm: rename (2026-07-29's + breakpoint migration): this row isn't the "grid arrives before + the fluid floor" bug the sm: consolidation targets — logo + + handle + 5 nowrap legal links (all shrink-0) simply don't fit + in one row below ~1024px regardless of fluid scaling (measured: + ~746px combined natural width at a 666px viewport, causing a + real horizontal page overflow, not just visual cramping). + Same fixed-content-doesn't-fit category as Cart/Checkout/ + SectionTOC, kept at lg: for the same reason. */} +
{/* Logo: "einfach produktiv" white + "." gold */}