Commit fc954749 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Corrected styling, less hacky

parent a67a648b
...@@ -162,31 +162,14 @@ ...@@ -162,31 +162,14 @@
} }
.list-inline.previews { .list-inline.previews {
display: inline-block; display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
align-items: baseline;
.preview { .preview {
display: inline-block; padding: $gl-padding;
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