We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
24px
16px
1 parent 5454e7b commit bcc34ccCopy full SHA for bcc34cc
.changeset/violet-papayas-tell.md
@@ -0,0 +1,5 @@
1
+---
2
+"nextra-theme-docs": patch
3
4
+
5
+reduce main area padding x to from `24px` to `16px` like in next.js docs
packages/nextra-theme-docs/src/mdx-components/wrapper.client.tsx
@@ -45,7 +45,7 @@ export const ClientWrapper: MDXWrapper = ({
45
<article
46
className={cn(
47
'x:w-full x:min-w-0 x:break-words x:min-h-[calc(100vh-var(--nextra-navbar-height))]',
48
- 'x:text-slate-700 x:dark:text-slate-200 x:pb-8 x:px-6 x:pt-4 x:md:px-12',
+ 'x:text-slate-700 x:dark:text-slate-200 x:pb-8 x:px-4 x:pt-4 x:md:px-12',
49
themeContext.typesetting === 'article' &&
50
'nextra-body-typesetting-article'
51
)}
0 commit comments