Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Feb 5, 2025
1 parent 50eaf57 commit 617e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/docs-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function DocsLayout({ loaderData }: Route.ComponentProps) {
"[&_*:focus]:scroll-mt-[8rem] lg:[&_*:focus]:scroll-mt-[5rem]",
// Account for the left navbar
"min-h-[80vh] lg:ml-3 lg:w-[calc(100%-var(--nav-width))]",
"flex flex-col lg:pl-6 xl:pl-10 2xl:pl-12"
"flex flex-col lg:pl-6 xl:pl-10 2xl:pl-12",
)}
>
<Outlet />
Expand Down

0 comments on commit 617e038

Please sign in to comment.