Fixed gross misalignment.
This commit is contained in:
parent
f4f465d8d8
commit
ca1edb4270
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<div class="news__preview__attr news__preview__author" style="--user-colour: {{ post.user.colour }}">
|
||||
<div class="news__preview__author__prefix">by</div>
|
||||
<div class="news__preview__author__avatar">
|
||||
<a href="{{ url('user-profile', {'user': post.user.id}) }}">{{ avatar(post.user.id, 18, post.user.username) }}</a>
|
||||
<a href="{{ url('user-profile', {'user': post.user.id}) }}">{{ avatar(post.user.id, 20, post.user.username) }}</a>
|
||||
</div>
|
||||
<div class="news__preview__author__name">
|
||||
<a href="{{ url('user-profile', {'user': post.user.id}) }}">{{ post.user.username }}</a>
|
||||
|
|
Loading…
Reference in a new issue