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 Brent Simmons
parent d07e03a58e
commit 48fc3f4c6b

View File

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