Skip to content

Commit 7621776

Browse files
committed
adjusts search result bookmark, thumbnail padding
1 parent d9aeeae commit 7621776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/assets/stylesheets/blacklight/_search_results.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// bookmarks checkbox on index, give it some
1414
// lower margin when it collapses
1515
.index-document-functions {
16-
margin-bottom: ($line-height-base / 2);
16+
margin-bottom: ($spacer * 1.5);
1717

1818
@media (min-width: breakpoint-min(sm)) {
1919
margin-bottom: 0;
@@ -22,8 +22,8 @@
2222

2323
.document-thumbnail {
2424
float: right;
25-
margin-bottom: $line-height-base;
26-
padding-left: $line-height-base;
25+
margin-bottom: ($spacer * 3);
26+
padding-left: ($spacer * 3);
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)