Remove default margin of figure and blockquote

This commit is contained in:
Helen Chong 2024-06-21 10:43:51 +08:00
parent ab01d197e9
commit eacc2414b0
1 changed files with 3 additions and 2 deletions

View File

@ -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;