Skip to content

Commit

Permalink
Add a margin below <details> (#3481)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
  • Loading branch information
chalin and cartermp authored Nov 3, 2023
1 parent aa223b3 commit 79e7426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,7 @@ body.td-page--draft .td-content {
max-width: calc(100% + 3rem);
}
}

details {
margin-bottom: $paragraph-margin-bottom;
}

0 comments on commit 79e7426

Please sign in to comment.