I'm working on creating a layout with two different displays for larger screens (992-1200) and mobile devices. Here is my rough drawing and demo links:
For screen sizes 992 and up: https://i.sstatic.net/mztjL.png
For mobile: Display should look like this: https://i.sstatic.net/OOCMl.png
I have a working version for screen size 992 and above using Bootstrap on Codeply (link provided). However, I'm struggling to achieve the desired mobile view without additional CSS.
Do I need separate CSS for different screen sizes? Can this be done solely through Bootstrap without extra styling?
Are there better approaches for achieving this layout? Any advice would be greatly appreciated!