Is there a way to add a responsive row to the Grid Element so that it expands the height of itself to fill the available space within the column that the grid is placed inside. Like this:
I want that row (row 2) to expand vertically and push rows 3 and 4 down to the bottom of the column that the grid is in.
This is a 3 column layout and the quotes in side vary in length increasing the height of the parent height I want the photo and the attribution to line up at the end (vertical) of the column.
I tried setting the rows in the grid to:
auto 1fr auto auto
but the 1fr seems to only expand when it is the first value in the sequence.
I’ve been pouring over videos trying to find some ideas, I’m hoping one of you can help with a creative solution to this.