I'm new to shadows and am used to bootstrap. I'm trying to get a section to hide when the screen is small, its hiding from about sizes 640px - 768px, but less than 640px, it shows again.
Here's the code for the 2 sections. the small section is fine, only showing when I need it to.
Here's the code for the 2 sections. the small section is fine, only showing when I need it to.
HTML Code:
<div class="o-layout__item u-width-12-s u-width-12--l u-width-12--w u-text-center t-bg-blue t-font-white u-hidden--s u-shown--m u-shown--l"> </div> <div class="o-layout__item u-width-12-s u-width-12--l u-width-12--w u-text-center t-bg-blue t-font-white u-shown--s u-hidden--m u-hidden--l"> </div>
Comment