Skip to content

Commit 617e038

Browse files
committed
format
1 parent 50eaf57 commit 617e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/docs-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function DocsLayout({ loaderData }: Route.ComponentProps) {
6464
"[&_*:focus]:scroll-mt-[8rem] lg:[&_*:focus]:scroll-mt-[5rem]",
6565
// Account for the left navbar
6666
"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"
67+
"flex flex-col lg:pl-6 xl:pl-10 2xl:pl-12",
6868
)}
6969
>
7070
<Outlet />

0 commit comments

Comments
 (0)