How to reduce the gaps between the firstRow and SecondRow, When the 2nd column height increases
When 2nd column height increases, it takes lot of gap between firstRow and secondRow that shouldnt be the case, The first and secondRow gap should be 1rem, that is it.
https://codepen.io/Lohitha-Yalavarthi/pen/poMOdVX
Untitled
...
1 Reply
I tried grid-template-rows : min-content;, that helps, But wanted to know, if ther is any better way to do this