Skip to content

Commit

Permalink
fix: map container max height on departures page (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth authored Oct 5, 2023
1 parent 3e07fdc commit ba72240
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
.mapContainer {
grid-area: map;
max-height: 37.5rem;
}
.stopPlacesList {
grid-area: stop-places;
Expand Down

0 comments on commit ba72240

Please sign in to comment.