fix: login form width issue in mobile mode (#178)

This commit is contained in:
Chong Guo 2018-09-07 10:37:11 +08:00 committed by 花裤衩
parent cf06ba5454
commit 337b12bea7
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ $light_gray:#eee;
left: 0;
right: 0;
width: 520px;
max-width: 100%;
padding: 35px 35px 15px 35px;
margin: 120px auto;
}