Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/app-shell/AppShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading