BigW Consortium Gitlab

Swapped flex out for grid system

parent c3633db6
...@@ -162,13 +162,31 @@ ...@@ -162,13 +162,31 @@
} }
.list-inline.previews { .list-inline.previews {
display: flex; display: inline-block;
flex-wrap: wrap;
justify-content: space-between;
padding: $gl-padding;
.preview { .preview {
flex-shrink: 0; display: inline-block;
height: 280px;
min-width: 260px;
margin: 0;
padding: 16px;
@include make-xs-column(3);
}
.panel {
margin: 0;
height: 100%;
.panel-body {
padding: $gl-padding 0 0;
text-align: center;
}
}
.img-thumbnail {
max-height: 195px;
max-width: 195px;
padding: 0;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment