Skip to content

Commit 54e82e4

Browse files
congwang-mkclaude
andcommitted
Fix ordered list indentation in blog post layout
Add padding-left to ol elements matching existing ul styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 78c15f9 commit 54e82e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_layouts/post.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
margin-bottom: 1rem;
5353
}
5454

55-
.blog-content ul {
55+
.blog-content ul,
56+
.blog-content ol {
5657
margin-bottom: 1rem;
5758
padding-left: 1.5rem;
5859
}

0 commit comments

Comments
 (0)