From ef572d48995386f5d33a1dfeae1a77120e263cdf Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:37:42 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/footer.css | 2 ++ themes/mytheme/assets/css/common/post-single.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/mytheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css index 6e54f40..67af4c0 100644 --- a/themes/mytheme/assets/css/common/footer.css +++ b/themes/mytheme/assets/css/common/footer.css @@ -35,6 +35,8 @@ bottom: 30px; right: 30px; z-index: 99; + width: 24px; + height: 24px; border: none; outline: none; background-color: var(--tertiary); diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index 4060e7f..8e69cea 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -51,7 +51,7 @@ @media (max-width: 768px) { .post-content { font-size: 15.5px; - word-break: break-all; + word-break: break-word; } }