Newer
Older
.flightCreationForm {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.inner-flight-form {
display: flex;
gap: 1rem;
}
.form-col {
display: flex;
flex-direction: column;
gap: 1rem;