blockquote indent all with multi paragraphs

This commit is contained in:
Alexander 2025-06-14 16:12:48 -04:00
parent 8c5b42a1b1
commit 4388064d92

View file

@ -81,7 +81,7 @@ blockquote {
margin: 0; margin: 0;
} }
blockquote p+p { blockquote:has(p + p) {
text-indent: 1em; text-indent: 1em;
} }