Open
Description
Right now we use a kind of flowing grid to lay out all the cards on the site. That causes a problem when one card in a row is taller than the other cards in that row:
We should migrate our layout to use Flexbox, which presents an interface similar to UICollectionView
for laying out items in a flow, line-breaking layout style. This will eliminate the gaps in between cards and their next rows.