Selaa lähdekoodia

Fixed small issues with station cards on homepage.

KrisVos130 8 vuotta sitten
vanhempi
commit
1252413a77
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      frontend/components/pages/Home.vue

+ 5 - 0
frontend/components/pages/Home.vue

@@ -158,6 +158,11 @@
 		min-height: 64px;
 	}
 
+	.card {
+		margin: 10px;
+		cursor: pointer;
+	}
+
 	.ccs-button {
 		cursor: pointer;
 		transition: .25s ease color;