Here's the situation I'm facing on my webpage:
<div id="myDiv">
<p>A</p>
<p>B</p>
</div>
If 'myDiv' is narrower than width X, display A & B vertically. Otherwise, display A and B horizontally. What is the best way to accomplish this using Bootstrap?