Skip to content

Commit

Permalink
Fix spacing between type based definition groups in site template.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 13, 2023
1 parent 03b6463 commit d1896dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ button:hover, .button:hover {
color: var(--light);
}
.entries .defs {
margin: 0;
padding: 0 0 0 30px;
}
.entries .defs:not(:first-child) {
margin-bottom: 30px;
}
.entries li::marker {
color: var(--lighter);
}
Expand Down

0 comments on commit d1896dc

Please sign in to comment.