Flex grow but equal width

Hello there, first of all, here's my code: https://jsfiddle.net/KonerDev/14k956wz

I'm not completely satisfied with the code because not all cards have the same width. The last ones usually have a larger width since they still need to take up the entire space due to the flex-grow property. But I want all cards to have the same width. How can I achieve that?
image.png
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Was this page helpful?