Re-add spacing between figure img and caption

This commit is contained in:
Teddy Bradford
2023-11-02 03:25:32 -04:00
committed by GitHub
parent 6cd8715eb0
commit e34f002a1b

View File

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