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 /src/frontend/app/components/StopMapSheet.css | |
| parent | 22ede739a7a7851b222a32709f62cc3e1775efb5 (diff) | |
small stuff
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopMapSheet.css | 2 |
1 files changed, 1 insertions, 1 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; } } |
