diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx
index a434111..d067760 100644
--- a/frontend/src/components/Layout.tsx
+++ b/frontend/src/components/Layout.tsx
@@ -32,23 +32,23 @@ export default function Layout({ children }: { children: React.ReactNode }) {
{user.name}
- {/* Mobile top bar */}
-
-
- Room Planner
-
-
-
+ {/* Mobile top bar — lives inside page-content so it stacks above content */}
+
+
+ Room Planner
+
+
+
{children}