I currently have a basic image-thumbnails landing page set up like this:
<div style="display: inline-block;"><img style="margin: 3px 3px;" src="..." alt="" width="200" height="200" /></div>
<div style="display: inline-block;"><img style="margin: 3px 3px;" src="..." alt="" width="200" height="200" /></div>
<div style="display: inline-block;"><img style="margin: 3px 3px;" src="..." alt="" width="200" height="200" /></div>
<div style="display: inline-block;"><img style="margin: 3px 3px;" src="..." alt="" width="200" height="200" /></div>
Currently, on desktop view, all four images are displayed side by side. How can I make them appear in pairs on one line in mobile view?
Example of layout change:
Desktop - # # # #
Mobile: