diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 46d91dcea..4e711efe6 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -64,7 +64,7 @@ .header__title { font-style: oblique; - line-height: 1.2; + line-height: 1; text-align: start; text-transform: uppercase; } diff --git a/app/views/cards/index/_columns.html.erb b/app/views/cards/index/_columns.html.erb index 3437b118a..70727ef0b 100644 --- a/app/views/cards/index/_columns.html.erb +++ b/app/views/cards/index/_columns.html.erb @@ -3,13 +3,13 @@
-

+

<%= @user_filtering.selected_collections_label %>

<% user_filtering.collections.limit(5).last(4).each do |collection| %>
- <%= link_to collection.name, cards_path(collection_ids: [ collection ]), class: "txt-subtle txt-normal" %> + <%= link_to collection.name, cards_path(collection_ids: [ collection ]), class: "btn btn--plain font-weight-black txt-subtle txt-normal" %>
<% end %>