Skip to content

Commit 0c2f853

Browse files
committed
Fix BlogPost layout for ordered-list
1 parent dd96571 commit 0c2f853

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/layouts/BlogPost.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ const {
153153
margin-left: 0 !important;
154154
}
155155

156+
.blog-content ol {
157+
list-style-type: decimal !important;
158+
list-style-position: outside !important;
159+
padding-left: 2rem !important;
160+
margin-left: 0 !important;
161+
}
162+
156163
.blog-content ul li {
157164
color: #d1d5db !important;
158165
margin-bottom: 0.5rem !important;

0 commit comments

Comments
 (0)