Pārlūkot izejas kodu

Added max-height to cards.

KrisVos130 8 gadi atpakaļ
vecāks
revīzija
3a2fe62d50
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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 {