Remove default margin of figure and blockquote
This commit is contained in:
parent
ab01d197e9
commit
eacc2414b0
|
@ -134,12 +134,13 @@ del {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
figure, blockquote {
|
figure, blockquote {
|
||||||
margin: 1rem;
|
margin: 0;
|
||||||
|
padding: 0 1rem;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style: italic;
|
border-inline-start: 0.1em solid var(--clr-body-txt);
|
||||||
}
|
}
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|
Loading…
Reference in New Issue