From 415a1fb1faa263c9d69b4e781ce22da235ca2b66 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Tue, 21 Oct 2025 09:41:20 -0500 Subject: [PATCH] fix(homepage): add overflow hidden to Your Journey section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevents the level slider from causing horizontal overflow on mobile devices, which was making the page width wider than intended. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index b82e946f..1f405fed 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -397,7 +397,7 @@ export default function HomePage() { {/* Progression Visualization */} -
+