This is what I want:
The closest I\'ve got. Applying margin on flexbox items, then re
The desired layout can be achieved using a wrapper div with negative margin
.flex-wrapper{ margin: -20px; }
Working code http://jsfiddle.net/8cju5jpd/