I'm trying to create a grid of links (img + text) that will be 3 columns and multiple rows. The problem is that my images are not the same height, so I'm getting a result like this:
I'm trying to find what CSS Grid property I need to get a result like this.
I tried to just do 3 divs (for each column) with multiple links inside them, but the order isn't correct when responsive.
Can you guys help? Thanks a lot.