In Bootstrap I have this:
<div class="col-xs-12 col-sm-6 col-lg-8"></div>
But in polymer I only found this:
<div class="flex-12"></div>
But the div
not change position is held in the same horizontal line with polymer .
What kind or property need to change his position according to the screen size?