diff --git a/src/components/Global/StockList.vue b/src/components/Global/StockList.vue index bc4bc80..256dceb 100644 --- a/src/components/Global/StockList.vue +++ b/src/components/Global/StockList.vue @@ -150,7 +150,7 @@ img { p { text-align: center; color: #aaa; - font-size: 0.9em; + font-size: 0.95em; margin-bottom: 1em; } diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 3aae1b5..0e90e00 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -168,7 +168,7 @@ export default defineComponent({ flex-direction: column; text-align: center; - gap: 0.5em; + line-height: 1.5em; } .train-info {