Skip to content

Commit

Permalink
fix: login screen layout fix for small resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 23, 2017
1 parent 7a41fb7 commit 3826366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.kLoginContainer {
position: absolute;
width: 100%;
height: 100%;
min-height: 100%;
flex-flow: column;
display: flex;
box-sizing: border-box;
Expand All @@ -15,6 +15,7 @@
.kLoginCenter {
box-sizing: border-box;
display: flex;
flex: 1 1 auto;
flex-flow: row wrap;
margin: 0 -14px;
justify-content: center;
Expand Down

0 comments on commit 3826366

Please sign in to comment.