Skip to content

Commit

Permalink
Merge pull request #1637 from akvo/#1631-logo-size
Browse files Browse the repository at this point in the history
[Fixes #1631] Keyword logos same size as RSR page logo.
  • Loading branch information
kardan committed Jun 30, 2015
2 parents 7205f0e + e78d9f2 commit 0c02134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/templates/partials/project_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1><a href="{% url 'project-main' project.pk %}"><i class="fa fa-folder-o"></i>
{% if not rsr_page and project.keyword_logos %}
<div class="col-sm-2 shareBlock">
{% for keyword in project.keyword_logos|slice:":2" %}
{% img keyword 75 75 keyword.label %}
{% img keyword 125 60 keyword.label %}
{% endfor %}
</div>
{% endif %}
Expand Down

0 comments on commit 0c02134

Please sign in to comment.