Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-04 23:18:19 +01:00
parent a0f1799114
commit c2dbe618c7
25 changed files with 571 additions and 488 deletions

View File

@ -90,9 +90,11 @@ export default class Page extends Component<Props, States> {
justify-content: center;
flex-grow: 1;
}
main {
display: flex;
flex-direction: column-reverse;
flex-direction: column;
align-items: center;
}
div {
@ -109,6 +111,7 @@ export default class Page extends Component<Props, States> {
}
main {
flex-direction: row;
align-items: stretch;
}
}
`}</style>