Skip to content

Instantly share code, notes, and snippets.

View TirthakShahDev's full-sized avatar

Tirthak Shah TirthakShahDev

View GitHub Profile
@TirthakShahDev
TirthakShahDev / bootstrap-equal-height.css
Created March 15, 2018 12:13 — forked from itsjavi/bootstrap-equal-height.css
Bootstrap 3 responsive equal height columns
/* From: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height */
/* columns of same height styles */
.container-xs-height {
display:table;
padding-left:0px;
padding-right:0px;
}
.row-xs-height {
display:table-row;