From 78cf457c06bc5521dddd41a4ce314f6e9dfcb04f Mon Sep 17 00:00:00 2001 From: Eorn Date: Thu, 10 Dec 2020 11:22:30 +0100 Subject: [PATCH] fix css caption --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 9f74131..b220ebb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -384,6 +384,7 @@ article .post-content { } .page-content .block_color { + font-size: 15px; padding-right: 15px; padding-left: 50px; border-radius: 10px; @@ -471,7 +472,7 @@ figure.center { margin: 0 auto; } -figcaption h4 { +figcaption h4, figcaption p { margin: 0px !important; font-weight: normal !important; color: white !important;