Skip to content

Commit ed249f3

Browse files
committed
fix(docs): widen sidebar from w-56 to w-64
1 parent 9b2b18f commit ed249f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/docs/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function DocsLayout({ children }: { children: ReactNode }) {
5555
</header>
5656

5757
<div className="flex flex-1">
58-
<aside className="hidden w-56 shrink-0 border-r md:block">
58+
<aside className="hidden w-64 shrink-0 border-r md:block">
5959
<div className="sticky top-14 h-[calc(100vh-3.5rem)]">
6060
<Sidebar />
6161
</div>

0 commit comments

Comments
 (0)