diff --git a/opentech/public/home/templates/home/blocks/our_work.html b/opentech/public/home/templates/home/blocks/our_work.html index e217f5a22e35dc6393e356d4f8970fef2d425e25..8c2cfc4de5c846ded0262884dd37e73ce9f35454 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>