From e6764e30162f965195573bf1af202762a3280181 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Mon, 9 Sep 2024 18:09:45 -0400 Subject: Break up multiple images in a single figure --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index c9ff821..5f27970 100644 --- a/static/style.css +++ b/static/style.css @@ -242,6 +242,10 @@ figure { margin: 2rem auto; } +figure img:not(:first-child) { + margin-top: 2rem; +} + figcaption { font-style: italic; color: rgb(177, 177, 177); -- cgit v1.2.3