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; } }