Skip to content

Commit 3854128

Browse files
committed
increase top margin for pagination
1 parent fbd12a4 commit 3854128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function DocPage({
8585
<CodeContextProvider>{children}</CodeContextProvider>
8686
</div>
8787

88-
<div className="grid grid-cols-2 gap-4 not-prose mt-8">
88+
<div className="grid grid-cols-2 gap-4 not-prose mt-16">
8989
<div className="col-span-1">
9090
{previousPage && <PaginationNav node={previousPage} title="Previous" />}
9191
</div>

0 commit comments

Comments
 (0)