diff --git a/app/assets/stylesheets/hyku.scss b/app/assets/stylesheets/hyku.scss index 2ce0a2e65..76fca1abb 100644 --- a/app/assets/stylesheets/hyku.scss +++ b/app/assets/stylesheets/hyku.scss @@ -519,6 +519,15 @@ body.public-facing { border: 1px solid #ccc; } +.new_featured_collection_list { + width: 100%; +} + +// align featured collections with featured works +#featured_collections { + margin-top: -5px; +} + .mb-30 { margin-bottom: 30px; } @@ -714,6 +723,10 @@ tr[data-feature="use-iiif-print"] { display: flex; flex-wrap: wrap; justify-content: left; + + h3 { + font-size: inherit; + } } // slideshow heading diff --git a/app/assets/stylesheets/themes/institutional_repository.scss b/app/assets/stylesheets/themes/institutional_repository.scss index 753f0806a..111a8446f 100644 --- a/app/assets/stylesheets/themes/institutional_repository.scss +++ b/app/assets/stylesheets/themes/institutional_repository.scss @@ -105,7 +105,6 @@ padding-bottom: 0 !important; } - .collections-container, .recently-uploaded { a { img { diff --git a/app/views/hyrax/homepage/_explore_collections.html.erb b/app/views/hyrax/homepage/_explore_collections.html.erb index f76355c3a..11c580800 100644 --- a/app/views/hyrax/homepage/_explore_collections.html.erb +++ b/app/views/hyrax/homepage/_explore_collections.html.erb @@ -12,11 +12,11 @@ ) %> <% end %> -