aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopMapSheet.css
blob: 8ad784d6898bbe557f52a03eba02fae50341a5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Stop map container */
.stop-map-container {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-block-start: 0;
  margin-block-end: 1rem;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .stop-map-container {
    height: 250px;
  }
}