From 9cbd8af447d0de19a56ad0e54fcfde464afaf6bb Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:36:44 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/post-single.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index 15c0080..4060e7f 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -51,9 +51,7 @@ @media (max-width: 768px) { .post-content { font-size: 15.5px; - letter-spacing: 0px; - line-height: 1.6; - word-break: break-word; + word-break: break-all; } }