From 8cc773ffb5cda7ef2e36d87f7aabbbbf58dffa80 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 22 Mar 2025 16:08:35 +0100 Subject: [PATCH] fix: filter card responsiveness --- src/components/StationsView/StationFilterCard.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index 1ced661..7747444 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -668,6 +668,10 @@ h3.section-header { &-input { width: 90%; } + + &-content { + text-align: center; + } } }