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.
1 parent 50eaf57 commit 617e038Copy full SHA for 617e038
app/pages/docs-layout.tsx
@@ -64,7 +64,7 @@ export default function DocsLayout({ loaderData }: Route.ComponentProps) {
64
"[&_*:focus]:scroll-mt-[8rem] lg:[&_*:focus]:scroll-mt-[5rem]",
65
// Account for the left navbar
66
"min-h-[80vh] lg:ml-3 lg:w-[calc(100%-var(--nav-width))]",
67
- "flex flex-col lg:pl-6 xl:pl-10 2xl:pl-12"
+ "flex flex-col lg:pl-6 xl:pl-10 2xl:pl-12",
68
)}
69
>
70
<Outlet />
0 commit comments