[Fix #1687] Align sign in/up form to the top
This commit is contained in:
parent
6a9016fbfd
commit
5b04fa2a4c
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
@media (min-width: $two-columns-breakpoint) {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,6 @@
|
|||
padding: $two-columns-padding 0 0;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
|
||||
@media (min-width: $two-columns-breakpoint) {
|
||||
padding: $two-columns-padding;
|
||||
|
|
Loading…
Reference in a new issue