Wraps

Wraps are defined with .wrap



<section class='wrap shadow'>
    <h2>Wraps are defined with .wrap</h2>
    <ul>
        <li>The default width is 960px</li>
        <li>Beyond 960px they automate margin</li>
        <li>Default padding is 20px</li>
    </ul>
</section>

Name Width
.wrap 960px
.wrap-sm 800px
.wrap-md 1200px
.wrap-lg 1400px