Browse Source

Fixed small issues with station cards on homepage.

KrisVos130 8 years ago
parent
commit
1252413a77
1 changed files with 5 additions and 0 deletions
  1. 5 0
      frontend/components/pages/Home.vue

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

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