소스 검색

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;