diff --git a/src/components/StationsView/StationStats.vue b/src/components/StationsView/StationStats.vue
index fd6a8fc..fbd88e8 100644
--- a/src/components/StationsView/StationStats.vue
+++ b/src/components/StationsView/StationStats.vue
@@ -9,7 +9,7 @@
@@ -200,15 +200,6 @@ h3 {
margin: 0.5em 0;
}
-// .stats-row {
-// display: flex;
-// justify-content: center;
-// flex-wrap: wrap;
-// text-wrap: pretty;
-// gap: 0.25em;
-// margin-top: 0.25em;
-// }
-
.u-factor {
[data-factor-low='true'] {
color: #ddd;
@@ -226,4 +217,10 @@ h3 {
color: rgb(22, 245, 22);
}
}
+
+@include smallScreen {
+ .filter-button span {
+ display: none;
+ }
+}