At a specific screen size, I need to rearrange three columns on my website.
Currently, the layout consists of two columns that are 1/4 width each with a 1/2 width column in between them.
I want to change the two 1/4 width columns into 1/2 widths and stack them at the beginning, but I'm having trouble achieving this using flexbox.
The challenge is getting the two 1/4 width columns to stack while still occupying 50% of the parent width.
You can view an example on JSFiddle.