aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app')
-rw-r--r--src/frontend/app/components/StopMapSheet.css2
-rw-r--r--src/frontend/app/routes/stops-$id.css4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css
index 8ad784d..edf1f52 100644
--- a/src/frontend/app/components/StopMapSheet.css
+++ b/src/frontend/app/components/StopMapSheet.css
@@ -12,6 +12,6 @@
@media (max-width: 640px) {
.stop-map-container {
- height: 250px;
+ height: 25vh;
}
}
diff --git a/src/frontend/app/routes/stops-$id.css b/src/frontend/app/routes/stops-$id.css
index e1bfc83..50d30f3 100644
--- a/src/frontend/app/routes/stops-$id.css
+++ b/src/frontend/app/routes/stops-$id.css
@@ -52,7 +52,7 @@
.estimates-header {
display: flex;
- flex-direction: column;
+ align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
gap: 1rem;
@@ -106,8 +106,6 @@
@media (max-width: 640px) {
.estimates-header {
- flex-direction: column;
- align-items: flex-start;
gap: 0.75rem;
}