修改手机端显示大小
This commit is contained in:
parent
3e95b51cc7
commit
d2a53f6cd4
@ -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;}
|
||||
}
|
||||
|
||||
@ -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;}
|
||||
}
|
||||
|
||||
@ -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;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user