app/assets/stylesheets/blacklight/_search_results.scss in blacklight-7.1.0.alpha vs app/assets/stylesheets/blacklight/_search_results.scss in blacklight-7.1.0
- old
+ new
@@ -11,19 +11,19 @@
}
// bookmarks checkbox on index, give it some
// lower margin when it collapses
.index-document-functions {
- margin-bottom: ($line-height-base / 2);
+ margin-bottom: ($spacer * 1.5);
@media (min-width: breakpoint-min(sm)) {
margin-bottom: 0;
}
}
.document-thumbnail {
float: right;
- margin-bottom: $line-height-base;
- padding-left: $line-height-base;
+ margin-bottom: ($spacer * 3);
+ padding-left: ($spacer * 3);
}
}
}