Skip to content

Commit

Permalink
fix: ul/ol padding 3ch->1.5em
Browse files Browse the repository at this point in the history
  • Loading branch information
Erimus-Koo committed Oct 17, 2023
1 parent dfb0169 commit 1aac699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typora-docsify.css
Expand Up @@ -735,7 +735,7 @@ body,
#write ol,
.markdown-section ol {
margin: 0.5em 0;
padding-left: 3ch;
padding-left: 1.5rem;
}
#write ul li,
.markdown-section ul li,
Expand Down
2 changes: 1 addition & 1 deletion typora-docsify.less
Expand Up @@ -724,7 +724,7 @@ body,
ul,
ol {
margin: 0.5em 0;
padding-left: 3ch;
padding-left: 1.5rem;

li {
margin: 0.5em 0;
Expand Down

0 comments on commit 1aac699

Please sign in to comment.