Skip to content

Commit

Permalink
Only enlarge view items link in collections/show.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 14, 2018
1 parent 92716c7 commit 0ae15b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,9 @@ nav + .exhibit {

.view-items-link {
margin-bottom: $spacing-unit;
}

.collections.show .view-items-link {
font-size: 1.25 * $base-font-size;
}

Expand Down
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,9 @@ nav + .exhibit {
margin-top: 0; }

.view-items-link {
margin-bottom: 18px;
margin-bottom: 18px; }

.collections.show .view-items-link {
font-size: 15px; }

/* @end */
Expand Down

0 comments on commit 0ae15b5

Please sign in to comment.