From 614e85495af9607deed1005228cad4db02506acb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 02:13:29 +0000 Subject: [PATCH] Make header/nav responsive: non-wrapping scrollable nav, balanced layout cgen-66a3ad664c7d4ea29eb2d8575a1f1628 --- client/components/Layout.tsx | 48 +++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index fe014f91..7329d094 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -74,9 +74,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { return (
-
+
{/* Logo */} - +
{/* Navigation */} -