Skip to content

Commit

Permalink
Replace padding with margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Sep 3, 2024
1 parent 8c35688 commit 910f3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/templates/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ pre {
}

li {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}

0 comments on commit 910f3a1

Please sign in to comment.