2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Add equal-height grid columns as an experimental example.

Based on @pete-otaqui's work from #11851
This commit is contained in:
Chris Rebert
2014-03-27 13:57:50 -07:00
parent 98bddd8904
commit b57396944a
3 changed files with 168 additions and 0 deletions
@@ -155,5 +155,12 @@
<h4>Offcanvas</h4>
<p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p>
</div>
<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/equal-height-columns/">
<img src="../examples/screenshots/equal-height-columns.jpg" alt="">
</a>
<h4>Equal-height grid columns</h4>
<p>Adds automatic equal-height grid columns to Bootstrap's grid system.</p>
</div>
</div>
</div>