Improve package grid style

This commit is contained in:
rubenwardy
2018-12-23 16:28:15 +00:00
parent 366ed9913e
commit a7fcce4448
4 changed files with 13 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
<h3>
{{ package.title }}
{% if show_author %}
by {{ package.author.display_name }}
{% if show_author %}<br />
<small>{{ package.author.display_name }}</small>
{% endif %}
</h3>