diff --git a/app/views/content/cards/_in_universe_content_list.html.erb b/app/views/content/cards/_in_universe_content_list.html.erb index 516a2334..b52b38af 100644 --- a/app/views/content/cards/_in_universe_content_list.html.erb +++ b/app/views/content/cards/_in_universe_content_list.html.erb @@ -7,7 +7,7 @@ <% if images.any? && rand(3) < 2 %> <%= image_tag images.sample.src(:large), class: 'activator' %> <% else %> - <%= image_tag "card-headers/#{content_type.to_s.pluralize}.jpg", class: 'activator' %> + <%= image_tag "card-headers/#{content_type.to_s.pluralize}.jpg", class: 'activator', style: 'height: 265px' %> <% end %>