From 6f45663c6c5f1add2bbf784af29a56dd489ef004 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 3 Mar 2024 19:04:17 +0100 Subject: [PATCH] design stock listy --- src/components/Global/StockList.vue | 2 +- src/components/TrainsView/TrainInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {