tshm
7/17/2014 - 7:40 AM

trying to align the height of the cols in a row.

trying to align the height of the cols in a row.

.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}