diff --git a/app/views/crops/index.html.haml b/app/views/crops/index.html.haml
index ec27aa129..0aaab1d5b 100644
--- a/app/views/crops/index.html.haml
+++ b/app/views/crops/index.html.haml
@@ -6,7 +6,7 @@
- @crops.each do |crop|
- c += 1
%li.span2
- .thumbnail(style='height: 200px')
+ .thumbnail(style='height: 220px')
= image_tag('http://placehold.it/150x150', :alt => '', :class => 'img-rounded')
%p= link_to crop.system_name, crop
- if crop.scientific_names.count > 0