diff --git a/src/components/StationsView/StationStats.vue b/src/components/StationsView/StationStats.vue index e6c0f2f..d55d625 100644 --- a/src/components/StationsView/StationStats.vue +++ b/src/components/StationsView/StationStats.vue @@ -107,7 +107,7 @@ -
{{ $t('station-stats.no-stats') }}
+
{{ $t('station-stats.no-stats') }}
@@ -273,6 +273,11 @@ h1.stats-title img { } } +.no-data { + font-size: 1.1em; + color: #ccc; +} + @include responsive.smallScreen { h1.stats-title { text-align: center;