Browsers don't support grid-lanes (only Safari I think), but you should be able to implement masonry using flex.
https://css-tricks.com/piecing-together-approaches-for-a-css-masonry-layout/
I recon we have implemented this before, so maybe copy pasta that and/or create a masonry component that we can reuse.
Browsers don't support
grid-lanes(only Safari I think), but you should be able to implement masonry using flex.https://css-tricks.com/piecing-together-approaches-for-a-css-masonry-layout/
I recon we have implemented this before, so maybe copy pasta that and/or create a masonry component that we can reuse.