5 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch
@@ -197,15 +197,15 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
<h3id="grid-small">Small device grid</h3>
<p>Use the small device grid classes, like <code>.col-sm-6</code>, to create columned layouts on phone and tablet devices (anything under 768px). Offsets, pushes, and pulls are not available with the small grid at this time.</p>
<divclass="row show-grid">
<divclass="col-lg-4 col-sm-6">4 cols, 6 small cols</div>
<divclass="col-lg-4 col-sm-6">4 cols, 6 small cols</div>
<divclass="col-lg-4 col-sm-12">4 cols, 12 small cols</div>
<divclass="col-sm-6 col-lg-4">6 small cols, 4 large cols</div>
<divclass="col-sm-6 col-lg-4">6 small cols, 4 large cols</div>
<divclass="col-sm-12 col-lg-4">12 small cols, 4 large cols</div>
</div>
{% highlight html %}
<divclass="row">
<divclass="col-lg-4 col-sm-6">4 cols, 6 small cols</div>
<divclass="col-lg-4 col-sm-6">4 cols, 6 small cols</div>
<divclass="col-lg-4 col-sm-12">4 cols, 12 small cols</div>
<divclass="col-sm-6 col-lg-4">6 small cols, 4 large cols</div>
<divclass="col-sm-6 col-lg-4">6 small cols, 4 large cols</div>
<divclass="col-sm-12 col-lg-4">12 small cols, 4 large cols</div>