Skip to content

Instantly share code, notes, and snippets.

@digisavvy
Created August 23, 2015 19:14
Show Gist options
  • Save digisavvy/b14085b1851cdadf597d to your computer and use it in GitHub Desktop.
Save digisavvy/b14085b1851cdadf597d to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment