I'm trying to create a 12-column grid just like Bootstrap one but with CSS3 Grid.
But I got a huge problem: If I have 8-column item and the gap is 40px, then the min width is 40 * 8 = 320px
or else it will overflow.
I made an example here https://codepen.io/hrsetyono/pen/mpKxba
Is there any syntax to fix that? There's not much resource on this other than basic introduction.