aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-14 19:13:52 +0100
committerGitHub <noreply@github.com>2025-11-14 19:13:52 +0100
commit967566be94825ed2b996da14b19a0d75b11c5521 (patch)
treebb2cdf5abb24e1f0b05b9972f7441be04dedb56b
parent22ede739a7a7851b222a32709f62cc3e1775efb5 (diff)
small stuff
-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;
}