Skip to content

Instantly share code, notes, and snippets.

@Dan4IT
Created May 5, 2015 10:54
Show Gist options
  • Save Dan4IT/8ef7ac991d962bd865d0 to your computer and use it in GitHub Desktop.
Save Dan4IT/8ef7ac991d962bd865d0 to your computer and use it in GitHub Desktop.
Bootstrap 3 - Equal Height Cols
<div class="row table-row">
<div class="col-md-4">This column is super duper long and there for it'll appear taller than the rest on devices larger than 768px. More blah blah blah blah blah blah blah blah blah blah blah blah blah blah herp derp.</div>
<div class="col-md-4">.col-md-4</div>
<div class="col-md-4">.col-md-4</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment