Grid template rows - Height Auto
Hi there,
How would I make these grid items all the same height using auto? How do I declare this on the grid template row?
https://www.briansboros.com/blog
That is the link to the live site. Thanks.
2 Replies
on
.blog-content_wrapper
you have align-items: center
declared. that will make the items as small as possible. if you remove it, they all will be the same heighthmmm, thank you, that worked.