Made 'on tweeder' text smaller

This commit is contained in:
Socks 2018-03-13 23:09:20 +00:00
parent 698026b9b3
commit 95c08f8344

View file

@ -6,7 +6,7 @@
{% if user.profile.profile_pic %}
<img src="/files/{{ user.profile.profile_pic }}" class="rounded float-left" style="margin-right: 24px; max-height: 100px;"/>
{% endif %}
<h1>{% if user.verified %} <i class="fas fa-shield-check" alt="Verified"></i> {% endif %}{{ user.displayname }} <small>on Tweeder</small></h1>
<h1>{% if user.verified %} <i class="fas fa-shield-check" alt="Verified"></i> {% endif %}{{ user.displayname }} <small class="text-muted">on Tweeder</small></h1>
<h2>
{% if user.profile.bio %}
{{ user.profile.bio }}