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