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 ebdfac3 commit eb69a66Copy full SHA for eb69a66
apps/website/src/routes/layout.tsx
@@ -36,7 +36,7 @@ export default component$(() => {
36
linksGroups={menuItemsGroups}
37
class=" bg-background sticky top-16 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:block"
38
/>
39
- <main class="docs w-full max-w-4xl">
+ <main class="docs w-full max-w-3xl">
40
<Slot />
41
</main>
42
<div class="hidden min-w-64 text-sm xl:block">
0 commit comments