I have a simple flex-box layout with a container like:
.grid { display: flex; flex-flow: row wrap; justify-content: space-between; }
I was able to do it with justify-content: space-between on the container
justify-content: space-between