[Fix #1687] Align sign in/up form to the top

This commit is contained in:
gregoirenovel 2018-03-21 11:01:06 +01:00
parent 6a9016fbfd
commit 5b04fa2a4c

View file

@ -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;