Remove blockquote's top and bottom paddings

This commit is contained in:
Helen Chong 2024-07-29 22:53:36 +08:00
parent 9ce2ea6cbf
commit d752b06afc
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ del {
} }
figure, blockquote { figure, blockquote {
margin: 1rem 0; margin: 1rem 0;
padding: 0.7em 1.4em; padding: 0 1.4em;
font: inherit; font: inherit;
page-break-inside: avoid; page-break-inside: avoid;
} }