I have a question on bootstrap (v4-alpha).
I created a <div class='row'></div>
and within this div I have 4 elements side by side.
<div class='col-3'>
I wanted a breakpoint that at one point displays only two elements side by side. But I can only do the column break where the element is displayed alone. How can I do this?