Commit 7c3a705365bbf014ba6ccf2125c8ea6a6679d40d

Authored by Drew Blessing
1 parent 4742dba4

Enhance responsive UI for the login screen.

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
app/assets/stylesheets/sections/login.scss
@@ -6,11 +6,10 @@ @@ -6,11 +6,10 @@
6 } 6 }
7 7
8 .login-box{ 8 .login-box{
9 - width: 304px; 9 + max-width: 304px;
10 position: relative; 10 position: relative;
11 @include border-radius(5px); 11 @include border-radius(5px);
12 margin: auto; 12 margin: auto;
13 - padding: 20px;  
14 background: white; 13 background: white;
15 } 14 }
16 15
@@ -23,7 +22,7 @@ @@ -23,7 +22,7 @@
23 background-color: #f1f1f1; 22 background-color: #f1f1f1;
24 font-size: 16px; 23 font-size: 16px;
25 padding: 14px 10px; 24 padding: 14px 10px;
26 - width: 280px; 25 + width: 100%;
27 height: auto; 26 height: auto;
28 27
29 &.top { 28 &.top {