修改 - 调整主界面手机最小宽阈值

This commit is contained in:
suwings 2018-05-05 16:26:51 +08:00
parent 3d0756f50f
commit 26be0fb2b6

View File

@ -317,7 +317,7 @@ input {
line-height: 3px;
}
@media (max-width:640px) {
@media (max-width:760px) {
#HeaderInfo {
display: none;
}