That spacing between the games in row 1 and row 2 are clearly different.
It just irks me a little to see this, clearly it doesn’t affect the functionality of the site, I thought about it for a while before saying something about it…
Please put this on a very low priority list, since it’s merely aesthetics.
Cheers!
EDIT:
As noted by @kylehayman361 below, it also shows up at the bottom of the coin shop:
The actual problem is that the justify-content: space-between isn’t working as apparently intended, because of the ::after pseudo-element on the shop selection messing up the justification, since it fills the space that would normally be used to space apart the elements.
Get rid of this CSS (i.e. remove the ::after pseudo-element) and it’ll be fine.
Also, because of how justify works, you don’t need the 2% margin at all, so you could also remove this part (unless it does something for smaller screens, I guess):
Yea there are a few overlapping styles that need to be cleaned up. The after was intended to fill the gap if there aren’t 4 on the final row as it wraps but obviously some things are conflicting
We’ll get a fix out for this soon. Thanks for the help everyone!