Line 952: | Line 952: | ||
@media (min-width: 992px) { | @media (min-width: 992px) { | ||
.row .row-eq-height { | .row .row-eq-height { | ||
− | + | display: -webkit-box; | |
+ | display: -webkit-flex; | ||
+ | display: -ms-flexbox; | ||
+ | display: flex; | ||
background-color: red; | background-color: red; | ||
} | } |
Revision as of 22:56, 14 October 2016