Files
SkydiveLogs/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css
Sébastien André df653eef0d Style and infos jump
2021-01-13 09:26:46 +01:00

24 lines
317 B
CSS

.formNewJumps {
display: flex;
flex-direction: column;
min-width: 150px;
max-width: 500px;
width: 100%;
padding: 15px
}
.formNewJumps>* {
width: 100%;
}
.content {
min-height: 90vh;
display: flex;
justify-content: left;
flex-direction: column;
align-items: initial;
padding-top: 25px;
}