Skip to content

Instantly share code, notes, and snippets.

@phaberest
Created August 27, 2015 13:21
Show Gist options
  • Select an option

  • Save phaberest/338945d8c58100abc7d9 to your computer and use it in GitHub Desktop.

Select an option

Save phaberest/338945d8c58100abc7d9 to your computer and use it in GitHub Desktop.

Revisions

  1. phaberest created this gist Aug 27, 2015.
    6 changes: 6 additions & 0 deletions [CSS] Equal height rows for Bootstrap 3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }