Skip to content

Commit

Permalink
fix(styles): fixed last-child style
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Feb 28, 2025
1 parent d43e40a commit 28e1e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@

li > p:last-child,
li > blockquote:last-child {
margin-top: 15px;
margin-block: var(--yfm-list-text-last-margin-block);
}

Expand Down

0 comments on commit 28e1e45

Please sign in to comment.