From e6b7a2d88c045add1087d2312b589df058e12233 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:36:29 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/post-single.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index cb3a38b..15c0080 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -50,9 +50,10 @@ @media (max-width: 768px) { .post-content { - font-size: 15px; + font-size: 15.5px; letter-spacing: 0px; line-height: 1.6; + word-break: break-word; } }