diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 19:13:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 19:13:52 +0100 |
| commit | 967566be94825ed2b996da14b19a0d75b11c5521 (patch) | |
| tree | bb2cdf5abb24e1f0b05b9972f7441be04dedb56b | |
| parent | 22ede739a7a7851b222a32709f62cc3e1775efb5 (diff) | |
small stuff
| -rw-r--r-- | src/frontend/app/components/StopMapSheet.css | 2 | ||||
| -rw-r--r-- | src/frontend/app/routes/stops-$id.css | 4 |
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; } |
