Skip to content

Commit

Permalink
fix: make <ol> and <ul> spacing consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnewtn committed Feb 27, 2024
1 parent 826aecd commit 3ba9487
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pages/posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ article > p {
margin-top: 1.5rem;
}

article > ul {
padding-left: 1.5rem;
}
article > ul > li:not(:last-child) {
padding-bottom: .5rem;
article > ul > li:not(:last-child),
article > ol > li:not(:last-child) {
padding-bottom: .25rem;
}

article > pre {
Expand Down

0 comments on commit 3ba9487

Please sign in to comment.