Set line-height of figure to 0 so it stops adding 1px of extra space to the bottoms!!

This commit is contained in:
Eryn Wells 2022-10-19 07:37:48 -07:00
parent 16a76afed8
commit 8a11c8260e

View file

@ -153,6 +153,7 @@ figcaption {
figure {
border-radius: 6px;
display: inline-block;
line-height: 0;
margin: 0;
margin-block: 0 var(--body-item-spacing);
margin-inline: 0;