Render blockquotes in a figure

Render cite and caption too.
This commit is contained in:
Eryn Wells 2024-11-06 09:31:16 -08:00
parent 25eaca442c
commit e04e7dafa3
5 changed files with 33 additions and 3 deletions

View file

@ -7,7 +7,7 @@
* QUOTATIONS
*************/
blockquote {
.figure--blockquote, :not(.figure--blockquote) > blockquote {
--border-width: var(--space-xs);
--inline-padding: var(--space-l);