From 68b03d82590fdc1280fd4a9cd045767ca5d046e3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 1 Dec 2023 21:53:59 +0900 Subject: [PATCH] Update post-single.css --- themes/mytheme/assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index d4ea444..a620101 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -40,7 +40,7 @@ .post-content { padding-top: var(--gap); - font-size: 14px; + font-size: 15px; font-weight: 400; font-family: inherit; color: var(--content);