Skip to content

Commit 0d35f3f

Browse files
committed
Add bottom margin
1 parent 28c22c1 commit 0d35f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function MarkdownPage({content, filename}: Props) {
3636
description={title}
3737
url={`/` + filename}
3838
/>
39-
<Col className="items-center">
39+
<Col className="items-center mb-8">
4040
<Col className='w-full rounded px-3 py-4 sm:px-6 space-y-4 custom-link'>
4141
<ReactMarkdown
4242
components={{

0 commit comments

Comments
 (0)