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 %> -
+

<%= link_to [hyrax, featured_collection] do %> <%= markdown(featured_collection.title.first) %> <% end %> -

+ diff --git a/app/views/hyrax/homepage/_featured_collection_fields.html.erb b/app/views/hyrax/homepage/_featured_collection_fields.html.erb index 50f638475..afd98a5b1 100644 --- a/app/views/hyrax/homepage/_featured_collection_fields.html.erb +++ b/app/views/hyrax/homepage/_featured_collection_fields.html.erb @@ -1,17 +1,10 @@ - diff --git a/app/views/hyrax/homepage/_sortable_featured_collections.html.erb b/app/views/hyrax/homepage/_sortable_featured_collections.html.erb index 77ee8ac59..3b90ac189 100644 --- a/app/views/hyrax/homepage/_sortable_featured_collections.html.erb +++ b/app/views/hyrax/homepage/_sortable_featured_collections.html.erb @@ -1,13 +1,11 @@ <% presenter = f.object.presenter %>