aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopMapSheet.css
blob: edf1f525651183b2ffef9cc00c1bb4afc7be1539 (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: 25vh;
  }
}