Merge pull request #1688 from betagouv/remove-auto-margin

[Fix #1687] Align sign in/up form to the top
This commit is contained in:
gregoirenovel 2018-03-22 17:24:58 +01:00 committed by GitHub
commit a7a60f92cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;