diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index d574044..cd3f633 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -34,6 +34,8 @@ export default defineComponent({ @import '../../styles/responsive.scss'; .wrapper { + font-size: 1em; + @include smallScreen() { font-size: 1.2em; } diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index 2eba3e5..78cbe21 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -23,7 +23,7 @@
- {{ stop.stopNameRAW }}: + {{ stop.stopNameRAW }} :
@@ -35,6 +35,12 @@ {{ followingStops[i + 1].arrivalLine }} + +
+
+ {{ stop.stopNameRAW }} : +
+
@@ -132,7 +138,6 @@ $stopNameClr: #22a8d1; } .train-schedule { - min-height: 400px; overflow-y: auto;