Skip to content

Commit 172a94b

Browse files
committed
Add padding bottom to MDX wrapper
1 parent 3499ab2 commit 172a94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nextra-mdx-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function NextraMdxWrapper({
5757
return (
5858
<div
5959
className={clsx(
60-
"mx-auto flex",
60+
"mx-auto flex pb-8 xl:pb-12",
6161
themeContext.layout !== "raw" && "max-w-[90rem]",
6262
)}
6363
>

0 commit comments

Comments
 (0)