Skip to content

Commit

Permalink
Update login page columns
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-udvari committed Oct 5, 2015
1 parent 06cb1a7 commit 39c4c57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sources/styles/bootgenie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@
// Login

#regular_login_container {
@include make-md-column-offset(1);
@include make-md-column(4);
box-sizing: content-box;
padding-right: 8.3333%; // same as one column + gutter
// @include make-md-column-offset(1);
@include make-md-column(5);
min-width: 50% !important; // 41.6667% + 8.333%
padding-right: 8.333%; // same as one column + gutter
border-right: 1px solid $gray-lighter;
}
#registration-button-container {
@include make-md-column-offset(1);
@include make-md-column(4);
@include make-md-column(5);
}

.section-separator {
Expand Down

0 comments on commit 39c4c57

Please sign in to comment.