From 8a11c8260e1839d8a3268b37013c3ef7549ebfb3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 19 Oct 2022 07:37:48 -0700 Subject: [PATCH] Set line-height of figure to 0 so it stops adding 1px of extra space to the bottoms!! --- static/styles/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/root.css b/static/styles/root.css index b911c4a..b1e19fd 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -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;