Skip to content

Commit

Permalink
Gap between bulleted list items
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Oct 30, 2024
1 parent 38fd0fe commit ba2fa84
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/css/code/definition-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,18 +426,16 @@
.definition-doc ul {
margin-left: 1.5rem;
margin-bottom: 1em;
display: flex;
flex-direction: column;
gap: 0.25rem;
}

.definition-doc ol:last-child,
.definition-doc ul:last-child {
margin-bottom: 0;
}

.definition-doc ul li,
.definition-doc ol li {
line-height: 1.75;
}

.definition-doc section {
margin-bottom: 1rem;
margin-top: 1.5rem;
Expand Down

0 comments on commit ba2fa84

Please sign in to comment.