Remove fixed height and add masonry-based layout

This commit is contained in:
Jessica Lawshe
2018-09-20 15:41:41 +01:00
committed by Alasdair Smith
parent 6cbab69444
commit 89c381086b
@@ -27,11 +27,17 @@
margin-right: @margin-xs;
}
.template-thumbnail {
.templates-container {
column-count: 3;
column-gap: 1em;
}
.template-thumbnail {
display: inline-block;
margin: 0 0 1em;
width: 100%;
.thumbnail {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 465px;
margin: 5% 0;
padding:0px;
display: flex;