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;
|
||||
}
|
||||
figure, blockquote {
|
||||
margin: 1rem;
|
||||
margin: 0;
|
||||
padding: 0 1rem;
|
||||
font: inherit;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
border-inline-start: 0.1em solid var(--clr-body-txt);
|
||||
}
|
||||
figcaption {
|
||||
font-size: 0.9em;
|
||||
|
|
Loading…
Reference in New Issue