I'm attempting to create a layout where there are 2 columns side-by-side for larger screens, and a single column for smaller screens.
My initial attempt using this JSFiddle: https://jsfiddle.net/suunyz3e/1637/ was unsuccessful...
Is there a way to ensure that the md-card
elements stack vertically on medium-xs displays but align horizontally on larger screens?