I can’t make the vertical couple of pixels disappear that seems to be stemming from the collection list wrapper or its nested parts (item and link). Grid and all div vertical margins set to 0. Anyone run into this before/have any ideas?
I did some poking around quickly… I didn’t get a chance to dig deep yet. But from what I could see at first glance everything looks okay. My only though is it’s something to do with using CSS Grid as the layout. It might make more sense to use Flex to layout the boxes like that.
It could be CSS grids row height causing issues as it auto generates them… just an idea. If that makes sense.