I have a simple flex-box layout with a container like:
.grid { display: flex; flex-flow: row wrap; justify-content: space-between; }
Just add few fake items with same properties except for height set to 0px to the end.