I'm trying to achieve this layout with flexbox:
Is it possible with flexbox? I can't wrap these in separate sections at the moment, so it's just a huge list like so:
<li>2x2</li>
<li>1x1</li>
<li>1x1</li>
<li>1x1</li>
<li>1x1</li>
<li>1x1</li>
<li>1x1</li>
Any input would be greatly appreciated