Skip to content
Snippets Groups Projects
Commit bb9c1df2 authored by Chris Lawton's avatar Chris Lawton
Browse files

changing focus area icons to be a maximum width, instead of filling

parent 42700b0e
No related branches found
No related tags found
No related merge requests found
{% 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment