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 fbd12a4 commit 3854128Copy full SHA for 3854128
src/components/docPage/index.tsx
@@ -85,7 +85,7 @@ export function DocPage({
85
<CodeContextProvider>{children}</CodeContextProvider>
86
</div>
87
88
- <div className="grid grid-cols-2 gap-4 not-prose mt-8">
+ <div className="grid grid-cols-2 gap-4 not-prose mt-16">
89
<div className="col-span-1">
90
{previousPage && <PaginationNav node={previousPage} title="Previous" />}
91
0 commit comments