Content
@
0 reply
0 recast
0 reaction
welter
@fun
what's the easiest way to fill the gap between items in a column?
7 replies
3 recasts
140 reactions
Darryl Yeo 🛠️
@darrylyeo
Unfortunately impossible without JavaScript or using `grid-auto-flow: dense;` and manually setting grid spans on each child. Been waiting forever for `grid-template-rows: masonry;` to become standardized 🥲 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
0 reply
0 recast
1 reaction