How can I, without media queries, get the behaviour of justify-content: space-between
for a flexbox when its children fit inside it, but when they need to wrap, get the behaviour of justify-content: center
?
I've made a JS Bin to show what I mean. I want the characteristics of the top two containers, but can only manage to get either orange/red or green/blue.