From 982572d2bdf01a11cb81333eb6312764f00aec26 Mon Sep 17 00:00:00 2001 From: Taylor Griffin Date: Wed, 3 Sep 2014 08:02:53 +1000 Subject: [PATCH] slight change to width of index card --- app/views/crops/_index_card.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crops/_index_card.html.haml b/app/views/crops/_index_card.html.haml index 89e5f4e65..df706401b 100644 --- a/app/views/crops/_index_card.html.haml +++ b/app/views/crops/_index_card.html.haml @@ -2,7 +2,7 @@ .row .col-md-4 = link_to image_tag((crop.default_photo ? crop.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img-rounded crop-image'), crop - .col-md-7 + .col-md-8 %h3{:style => 'padding-top: 0px; margin-top: 0px'} = link_to crop, crop