From 7d6d7d5a3ffda3707d297a02145a7e7ae3ea9b2c Mon Sep 17 00:00:00 2001 From: Reorx Date: Thu, 5 May 2022 00:45:15 +0800 Subject: [PATCH] increase h4 font size --- assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 3773f2a..70bb24f 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -55,7 +55,7 @@ } .post-content h4 { - font-size: 16px; + font-size: 20px; } .post-content h5 {