瀏覽代碼

Fixed small issues with station cards on homepage.

KrisVos130 8 年之前
父節點
當前提交
1252413a77
共有 1 個文件被更改,包括 5 次插入0 次删除
  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;