I'm struggling to understand how to implement the new classes that show and hide content relevant to screen size in Bootstrap 4
This doesn't seem to be working...
<div class="d-sm-block">
 ITEMS FOR SMALL/MOBILE DEVICES
</div>
<div class="d-md-block">
 ITEMS FOR  MEDIUM/LARGE DEVICES
</div>
 
    
