Skip to content
Snippets Groups Projects

Author cards

Merged codecraft requested to merge author_cards into master
3 files
+ 40
22
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 14
0
@@ -17,3 +17,17 @@ figure.image > figcaption {
.is-fullheight {
height: 100%
}
.is-text-nowrap {
text-wrap: nowrap !important;
}
.author-images>figure {
// FIXME: Use percentages, reason not yet fixed: responsiveness broken
// margin-right: -1 * 20%;
margin-right: -30px;
}
.author-images>figure:last-child {
margin-right: 0;
}
Loading