For my Wordpress theme, I am utilizing Bootstrap 4.2 to design a basic grid layout for a list of blog posts.
In my design, I have a Card that is double the height of others and I am attempting to 'float' two single-height cards beside it.
Previously, I would use floats for this layout, but with flexbox, I am struggling to find a solution to stack two divs on the right of a larger div.
A key requirement is for the boxes to maintain a responsive display at a 4:3 aspect ratio, ruling out fixed height options.
I have scoured many resources for a solution using flex without specifying a fixed height, but so far, no luck.
Below is a visual representation of what I am trying to achieve (left) versus what is currently displaying (right):