Skip to content

Commit 4fe46f4

Browse files
congwang-mkclaude
andcommitted
Fix list number clipping and spacing in blog post layout
Increase padding-left to 2.5rem so ordered list numbers are fully visible, and add vertical spacing between list items. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 54e82e4 commit 4fe46f4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

_layouts/post.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@
5555
.blog-content ul,
5656
.blog-content ol {
5757
margin-bottom: 1rem;
58-
padding-left: 1.5rem;
58+
padding-left: 2.5rem;
59+
}
60+
61+
.blog-content ol li,
62+
.blog-content ul li {
63+
margin-bottom: 0.5rem;
5964
}
6065

6166
.blog-content a {

0 commit comments

Comments
 (0)