From cd3eb61cb59e6faef37fbf609f37f7e2dc302e72 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Mon, 20 Oct 2025 21:34:48 -0500 Subject: [PATCH] fix(homepage): increase skill cards container width to prevent title wrapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased container from 650px to 800px to ensure skill card titles like "Friends techniques" don't wrap awkwardly across multiple lines. 🤖 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 9e981419..121a634c 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -188,7 +188,7 @@ export default function HomePage() {