diff --git a/app/views/crops/index.html.haml b/app/views/crops/index.html.haml
index f405e4645..b29ab72c0 100644
--- a/app/views/crops/index.html.haml
+++ b/app/views/crops/index.html.haml
@@ -29,9 +29,11 @@
.pagination= render 'layouts/pagination', collection: @crops
-.row
- - @crops.each do |crop|
- .col-md-2= render 'crops/thumbnail', crop: crop
+.crops
+ .row
+ - @crops.each do |crop|
+ .col-6.col-md-3= render 'crops/thumbnail', crop: crop
+
.pagination= render 'layouts/pagination', collection: @crops