Skip to content

Commit

Permalink
Reduced list margins in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Feb 7, 2025
1 parent 5ee1b74 commit 91f4bfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/theme/styles/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ article {
li {
margin-block: 0.5em;
}

table {
ul,
ol {
margin-left: 1.2em;
margin-block: -0.5em;
}
}
}

0 comments on commit 91f4bfe

Please sign in to comment.