Add top margin to figcaption

Currently there is no margin between `img` and `figcaption` inside `figure`.

This change adds a small margin so that the text has some breathing room.
This commit is contained in:
Teddy Bradford
2022-02-17 13:29:06 -05:00
committed by GitHub
parent c5bf498da2
commit 6ae0eef9e9

View File

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