From d19b9831e278dc5ed7db0ffaaa7d04fcfda62be1 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:39:34 +0900 Subject: [PATCH] Fix --- .../mytheme/assets/css/common/post-single.css | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index d3dd0a1..14c8e84 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -48,16 +48,6 @@ line-height: 2; } -@media (max-width: 768px) { - .post-content { - font-size: 15.5px; - word-break: break-word; - } - .pag-back { - margin-left: 6px; - } -} - .post-content h3, .post-content h4, .post-content h5,a @@ -435,3 +425,13 @@ img.in-text { display: inline; margin: auto; } + +@media (max-width: 768px) { + .post-content { + font-size: 15.5px; + word-break: break-word; + } + .pag-back { + margin-left: 12px; + } +}