浏览代码

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 {