Altura do alongamento do Flexbox
.flex-2 {
display: flex;
align-items: stretch;
}
Bad Bird
.flex-2 {
display: flex;
align-items: stretch;
}
/* on child items add */
height: 1fr;