Skip to content

Commit

Permalink
fix(auth): fix layout height
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Mar 6, 2018
1 parent 14cc678 commit 128ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/AuthLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@import "../../../node_modules/bootstrap/scss/functions";
@import '../../../node_modules/bootstrap/scss/variables';
.auth-layout {
height: 100%;
height: 100vh;
margin: 0;
.nav {
display: flex;
Expand Down

0 comments on commit 128ece5

Please sign in to comment.