Made 'on tweeder' text smaller
This commit is contained in:
parent
698026b9b3
commit
95c08f8344
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue