digisavvy
8/23/2015 - 7:14 PM

Flexbox Column Test

Flexbox Column Test

.gallery {
    overflow: auto;
    zoom: 1;
    display: flex;
    flex-direction: row;
}
.gallery-columns-3 figure {
    width: 33%;
    float: left;
    height: 370px;
    height: 400px;
    padding-right: 10px;
    text-align: center;
    flex: 1;
}
figure.gallery-item img {
    height: auto;
}