Skip to content

Commit c1221fe

Browse files
authored
🐛 - Add padding bottom mdx content (#26) (#27)
2 parents 9aba2e6 + 30766ba commit c1221fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Mdx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Mdx({ code }: Props) {
4242
const Component = useMDXComponent(code)
4343

4444
return (
45-
<div className='prose prose-slate flex-1'>
45+
<div className='prose prose-slate flex-1 pb-24'>
4646
<Component components={components} />
4747
</div>
4848
)

0 commit comments

Comments
 (0)