Skip to content

Commit 49fae94

Browse files
abdoutclaude
andcommitted
fix: remove extra px from middle area
Remove container-wrapper and container classes from middle section to align with PageHeader which doesn't use container wrappers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 54ce29a commit 49fae94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/root/content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default function RootContent({ dictionary, params }: RootContentProps) {
2121
<ExamplesNav className="[&>a:first-child]:text-primary flex-1 overflow-hidden" />
2222
<ThemeSelector className="mr-4 hidden md:flex" />
2323
</PageNav>
24-
<div className="container-wrapper section-soft flex-1 pb-6">
25-
<div className="container overflow-hidden">
24+
<div className="section-soft flex-1 pb-6">
25+
<div className="overflow-hidden">
2626
{/* Mobile: Show dashboard image */}
2727
<section className="border-border/50 -mx-4 w-[160vw] overflow-hidden rounded-lg border md:hidden md:w-[150vw]">
2828
<Image

0 commit comments

Comments
 (0)