card same height with grid display

I want to make card with same height with different content The problem is of Grid template row:repeat(3,minmax(200px,450px)) When i have card without discription the height will be less than other
2 Replies
Jochem
Jochemā€¢11mo ago
Share your code
Wouter Schaap
Wouter Schaapā€¢11mo ago
On element that has display:grid; Try either: - align-items: stretch; - align-content: stretch;