limit sponsor images to 300px wide
This commit is contained in:
parent
0a049b3b6d
commit
e3e574298e
|
@ -35,7 +35,7 @@ Sponsors | {{ block.super }}
|
|||
{% if sponsor.url %}
|
||||
<a href="{{ sponsor.url }}">
|
||||
{% endif %}
|
||||
<img class="img-responsive center-block" src="{{ sponsor.logo }}" />
|
||||
<img class="img-responsive center-block" src="{{ sponsor.logo }}" width="300" />
|
||||
{% if sponsor.url %}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue