Enhance responsive UI for the login screen.

This commit is contained in:
Drew Blessing 2014-01-22 19:46:01 -06:00
parent 4742dba4c5
commit 7c3a705365
1 changed files with 2 additions and 3 deletions

View File

@ -6,11 +6,10 @@
}
.login-box{
width: 304px;
max-width: 304px;
position: relative;
@include border-radius(5px);
margin: auto;
padding: 20px;
background: white;
}
@ -23,7 +22,7 @@
background-color: #f1f1f1;
font-size: 16px;
padding: 14px 10px;
width: 280px;
width: 100%;
height: auto;
&.top {