Better style for <small> tags

This commit is contained in:
Bat
2018-07-19 12:00:34 +02:00
parent 8ad0abd921
commit e581ef7d09
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
{% set follower_name = follower.username %}
{% endif %}
<div class="card">
<h3><a href="/@/{{ follower.fqn }}/">{{ follower_name }}</a> &mdash; @{{ follower.fqn }}</h3>
<h3><a href="/@/{{ follower.fqn }}/">{{ follower_name }}</a> <small>@{{ follower.fqn }}</small></h3>
<main><p>{{ follower.summary | safe }}</p></main>
</div>
{% endfor %}