Skip to content

Commit 7d72699

Browse files
m-hulbertclaude
andcommitted
fixup! feat(nav): restructure layout with ProductBar and full-width borders
Widen content area from 860px to 960px. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 06ff70a commit 7d72699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Layout: React.FC<LayoutProps> = ({ children, pageContext }) => {
5555
as="main"
5656
className={cn(
5757
'flex-1 min-w-0 px-6 sm:px-8 md:px-10 lg:px-16',
58-
{ 'max-w-[860px] mx-auto': !isRedocPage && leftSidebar },
58+
{ 'max-w-[960px] mx-auto': !isRedocPage && leftSidebar },
5959
{ 'overflow-x-clip': !isRedocPage },
6060
)}
6161
>

0 commit comments

Comments
 (0)