소스 검색

Added max-height to cards.

KrisVos130 8 년 전
부모
커밋
3a2fe62d50
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      frontend/components/pages/Home.vue

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

@@ -185,6 +185,10 @@
 		html { font-size: 14px; }
 	}
 
+	.card-content {
+		max-height: 159px;
+	}
+
 	.group { min-height: 64px; }
 
 	.station-card {