feat: banner blocks

This commit is contained in:
Cory Dransfeldt 2024-06-01 10:59:50 -07:00
parent 52d80865ca
commit 6996f7ab6d
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,10 @@ hr.footnotes-sep {
padding-bottom: var(--sizing-base);
}
.footnotes + .banner {
margin-top: 0;
}
.footnote-item > p {
display: inline;
}