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
Share your code
On element that has display:grid;
Try either:
- align-items: stretch;
- align-content: stretch;