diff --git a/client/src/App.tsx b/client/src/App.tsx
index 45bf58c..a007891 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -49,7 +49,12 @@ function App() {
-
+ {/* Desktop: narrow shell centered in the browser with side gutters */}
+
diff --git a/client/src/components/BottomNav.tsx b/client/src/components/BottomNav.tsx
index 615ed31..c3bf0bc 100644
--- a/client/src/components/BottomNav.tsx
+++ b/client/src/components/BottomNav.tsx
@@ -35,7 +35,7 @@ export default function BottomNav() {
return (
- {/* Desktop sidebar — hidden on mobile */}
-
+ {/* Desktop sidebar — hidden on mobile (in flow so it stays inside centered shell) */}
+
{/* Main content area */}
-