修改BUG:iPhone5登陆窗口过宽

This commit is contained in:
Argo-Lenovo 2016-11-27 17:58:22 +08:00
parent abf62de0cc
commit 89484ad677
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
/*Login*/
.form-signin {
width: 330px;
max-width: 330px;
width: 300px;
max-width: 300px;
margin: 0 auto;
background: #fff;
border-radius: 5px;