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