Skip to content

Commit

Permalink
css: Add spacing to bottom of callout title
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoleary committed Oct 27, 2023
1 parent 2b6dd03 commit ed47871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/htmlGenerators/htmlTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ blockquote.callout {
margin: 0;
border:0;
}
.callout-title-inner {
margin-bottom: 1em; /* Match .callout padding */
}
.callout[data-callout="info"],
.callout[data-callout="todo"] {
background-color: #e5f0fc;
Expand Down

0 comments on commit ed47871

Please sign in to comment.