From 7477c27b76c840217882c880ce4b0b7d7da132ea Mon Sep 17 00:00:00 2001 From: Sheng Kun Chang Date: Sun, 14 Jun 2026 16:22:41 +0800 Subject: [PATCH] fix(app-shell): content gutter xl padding 12 -> 10 Slightly tighter horizontal gutter at xl (px-12 -> px-10 = 48px -> 40px). No version bump; rides the next kit rollup. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/layout/app-shell/AppShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/app-shell/AppShell.tsx b/src/components/layout/app-shell/AppShell.tsx index 3a1a700d3..2a1aba2e0 100644 --- a/src/components/layout/app-shell/AppShell.tsx +++ b/src/components/layout/app-shell/AppShell.tsx @@ -440,7 +440,7 @@ function AppShellInner({ // Responsive gutters — tight on phones, roomier as the // viewport grows. Pages must NOT add their own horizontal // padding (it would double up); they own max-width only. - "mx-auto w-full px-4 md:px-8 xl:px-12 pt-12", + "mx-auto w-full px-4 md:px-8 xl:px-10 pt-12", // Clear the pinned mobile bottom nav so content isn't hidden // behind it. No-op at lg+, with no mobile navigation, and // for the drawer variant (an overlay, not a pinned bar).