We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08330a commit 56f0779Copy full SHA for 56f0779
src/components/DocsFooter.tsx
@@ -27,7 +27,7 @@ export const DocsPageFooter = memo<DocsPageFooterProps>(
27
<>
28
{prevRoute?.path || nextRoute?.path ? (
29
30
- <div className="flex justify-between grid-cols-1 gap-4 py-4 mx-auto max-w-7xl md:grid-cols-2 md:py-12">
+ <div className="flex justify-center flex-col items-center gap-4 py-4 mx-auto max-w-7xl md:grid md:grid-cols-2 md:py-12">
31
{prevRoute?.path ? (
32
<FooterLink
33
type="Previous"
0 commit comments