From f4fe0aae26fdad6164436b1104c7fb17d7ddbc0c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 9 Dec 2023 03:25:05 -0500 Subject: [PATCH] fix image captions --- static/css/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index aaa1b69..3e76126 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -155,6 +155,7 @@ iframe { .image-container { overflow: hidden; + flex-direction: column; } .image-container a { @@ -229,7 +230,8 @@ article h2 { } article ul { - margin: 0; + margin-bottom: 1rem; + margin-top: 0.5rem; } article .highlight {