I have the mobile design of three blocks:
_
|A|
|_|
|B|
|_|
|C|
|_|
I want to achive the following responsive md design with bootstrap5 grid system.
___
|B|A|
| |_|
| |C|
|_|_|
I've tried different approaches, 3 rows, rows in rows, ordering etc. but I can't figure out the responsive solution, without redundancy.
Here you go...