Skip to content

Commit 30766ba

Browse files
authored
🐛 - Add padding bottom mdx content (#26)
1 parent 8cc0854 commit 30766ba

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)