Skip to content

Commit

Permalink
Add small bottom padding to details
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 8, 2020
1 parent 18bd682 commit 5144a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/custom/_paulus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ article.post, article.page, article.listing {
// Future re-design
// margin: 1.5em 0 1rem;
}

details {
padding-bottom: 1em;
}
}

p.note, div.note {
Expand Down

0 comments on commit 5144a8b

Please sign in to comment.