We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3622ad + c618d65 commit 5ce7088Copy full SHA for 5ce7088
1 file changed
app/(with-sidebar)/layout.tsx
@@ -8,7 +8,7 @@ export default function SidebarLayout({
8
return (
9
<div className="flex">
10
<Sidebar />
11
- <main className="bg-background flex-1">{children}</main>
+ <main className="bg-background flex-1 pl-48">{children}</main>
12
</div>
13
);
14
}
0 commit comments