increase width of sponsor logos to 150px
This commit is contained in:
parent
70d59d4d99
commit
fb29730817
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<div>
|
<div>
|
||||||
{% if sponsor.website_logo %}
|
{% if sponsor.website_logo %}
|
||||||
<a href="{{ sponsor.external_url }}">
|
<a href="{{ sponsor.external_url }}">
|
||||||
<img src="{% thumbnail sponsor.website_logo '100x60' %}" alt="{{ sponsor.name }}" />
|
<img src="{% thumbnail sponsor.website_logo '150x90' %}" alt="{{ sponsor.name }}" />
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
|
<a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a>
|
||||||
|
|
Loading…
Reference in a new issue