修改手机端显示大小

This commit is contained in:
Meekdai 2023-11-22 15:03:39 +08:00
parent 3e95b51cc7
commit d2a53f6cd4
3 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

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