Remove blockquote's top and bottom paddings
This commit is contained in:
parent
9ce2ea6cbf
commit
d752b06afc
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue