Merge pull request #4146 from teddybradford/patch-2

Re-add figcaption margin
This commit is contained in:
Brent Simmons
2023-11-03 21:34:50 -07:00
committed by GitHub

View File

@@ -263,6 +263,10 @@ figure {
margin-top: 1em;
}
figure > * + * {
margin-top: 0.5em;
}
figcaption {
font-size: 14px;
line-height: 1.3em;