Skip to content
Snippets Groups Projects
FlightCreationForm.scss 177 B
Newer Older
.flightCreationForm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.register-card {
  width: 20vw;
  min-width: 350px;
}