From bb9c1df2b168f5eb1afdbd5df7d63947aada1643 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 21 Feb 2018 10:59:03 +0000
Subject: [PATCH] changing focus area icons to be a maximum width, instead of
 filling

---
 opentech/public/home/templates/home/blocks/our_work.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/public/home/templates/home/blocks/our_work.html b/opentech/public/home/templates/home/blocks/our_work.html
index e217f5a22..8c2cfc4de 100644
--- a/opentech/public/home/templates/home/blocks/our_work.html
+++ b/opentech/public/home/templates/home/blocks/our_work.html
@@ -1,6 +1,6 @@
 {% load wagtailimages_tags home_tags %}
 <div class="focus-area">
-    {% image value.icon fill-80x80 as icon %}
+    {% image value.icon max-80x80 as icon %}
     <img class="focus-area__icon" {{ icon.attrs }}></img>
     <p class="focus-area__teaser">{{ value.description|spanify:1 }}</p>
 </div>
-- 
GitLab