From 1dc243c95f59d0775e2858fbb343fef4bcca9541 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Aug 2023 10:05:37 -0700 Subject: [PATCH] Remove leading empty space from
if it's empty --- assets/styles/root/050_figures.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/root/050_figures.css b/assets/styles/root/050_figures.css index 7b75591..fab3c3a 100644 --- a/assets/styles/root/050_figures.css +++ b/assets/styles/root/050_figures.css @@ -4,6 +4,10 @@ text-align: center; } + figcaption:not(:empty) { + margin-block-start: 0.2em; + } + figure { border-radius: 6px; margin: 0;