Skip to content

Commit eb69a66

Browse files
committed
docs(layout): change main max-w to 3xl
1 parent ebdfac3 commit eb69a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/routes/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default component$(() => {
3636
linksGroups={menuItemsGroups}
3737
class=" bg-background sticky top-16 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:block"
3838
/>
39-
<main class="docs w-full max-w-4xl">
39+
<main class="docs w-full max-w-3xl">
4040
<Slot />
4141
</main>
4242
<div class="hidden min-w-64 text-sm xl:block">

0 commit comments

Comments
 (0)