diff --git a/templates/plist.html b/templates/plist.html
index a4e3f0d..d6537a7 100644
--- a/templates/plist.html
+++ b/templates/plist.html
@@ -19,10 +19,9 @@
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
.listLabels{white-space:nowrap;}
-@media (max-width: 767px) {
+@media (max-width: 600px) {
body {padding: 8px;}
- .avatar {width:40px;height:40px;}
- #header h1 a{font-size:24px;}
+ .blogTitle{display:none;}
#buttonRSS{display:none;}
.LabelTime{display:none;}
}
diff --git a/templates/post.html b/templates/post.html
index d201440..4f3fdb6 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -15,7 +15,7 @@
#cmButton{height:48px;margin-top:48px;}
#comments{margin-top:64px;}
.g-emoji{font-size:24px;}
-@media (max-width: 767px) {
+@media (max-width: 600px) {
body {padding: 8px;}
.postTitle{font-size:24px;}
}
diff --git a/templates/tag.html b/templates/tag.html
index 423c4a6..24f27a3 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -20,7 +20,7 @@
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
.listLabels{white-space:nowrap;}
-@media (max-width: 767px) {
+@media (max-width: 600px) {
body { padding: 8px;}
.tagTitle{display:none;}
.LabelTime{display:none;}