aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components
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 /src/frontend/app/components
parent22ede739a7a7851b222a32709f62cc3e1775efb5 (diff)
small stuff
Diffstat (limited to 'src/frontend/app/components')
-rw-r--r--src/frontend/app/components/StopMapSheet.css2
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;
}
}