From b954c967c1ce851917f499e432febdb8a3445a37 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 30 May 2025 01:34:18 -0500 Subject: [PATCH] Fix image inside a figure not centered --- assets/css/post.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/post.css b/assets/css/post.css index dcc9f03..9af1a10 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -88,7 +88,7 @@ padding-bottom: 15px; } -.post-content>p>img { +.post-content img { margin: auto; max-height: 70vh; }