Merge pull request #3477 from teddybradford/patch-1

Add top margin to figcaption
This commit is contained in:
Maurice Parker
2022-02-27 16:52:33 -06:00
committed by GitHub

View File

@@ -234,6 +234,7 @@ figure {
}
figcaption {
margin-top: 0.5em;
font-size: 14px;
line-height: 1.3em;
}