FIX Remove unnecessary space at the end of callout blocks

This commit is contained in:
Guy Sartorelli 2024-02-02 12:03:38 +13:00
parent fc34b760c0
commit f619b4ba19
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 2 additions and 1 deletions

View File

@ -284,7 +284,8 @@
font-size: 1rem; font-size: 1rem;
} }
.content p:last-of-type { // Don't add unnecessary space at the end of a callout block
.content > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }