notice: fix layout when content starts with heading #275

This commit is contained in:
Sören Weber 2022-06-18 18:48:35 +02:00
parent 5991d32a02
commit b4c37fd525
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -482,12 +482,12 @@ div.box > .box-content {
padding-right: 1rem; padding-right: 1rem;
} }
div.box > .box-content > :first-child { #body div.box > .box-content > :first-child {
margin-top: 0; margin-top: 0;
padding-top: 1rem; padding-top: 1rem;
} }
div.box > .box-content > :last-child { #body div.box > .box-content > :last-child {
margin-bottom: 1rem; margin-bottom: 1rem;
} }