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

.flight-data-card {
  width: 25vw;
  min-width: 350px;
}

.flight-data-title {
  font-size: 1.4rem;
  align-self: center;
}

.flight-data-label {
  font-weight: bold;
  font-size: 1.2rem;
}

.flight-data-value {
  font-size: 1.1rem;
}