From b5950420e69c81e2c337e7dc6a728f65e2ad56ea Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 28 Jan 2022 14:58:21 +0800 Subject: [PATCH] fix: image caption not centered (#445) --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 79f045d..12e17c0 100644 --- a/style.css +++ b/style.css @@ -1143,6 +1143,10 @@ ol { margin-left: auto; } +.k-main .details .article .content .aligncenter figcaption{ + text-align: center; +} + .k-main .details .article .content .alignright { float: right; margin-left: 16px;