This example shows 2 cards with an adjustment made to the col-* class in the layout widget. The cards remain 2-up as the viewport window shrinks, and will never go full width. This is achieved by changing the col class to col-6.
To have the cards expand to full width on any viewport <576px, they can chance the layout widget col class to col-sm-6.