remotes/1693045480750635534/spooky-22
Aevann1 2021-10-01 22:47:10 +02:00
parent 52ae692b0d
commit 778f645ef0
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
{% else %}
<a href="javascript:void(0)" id="{{award.kind}}" class="card disabled">
{% endif %}
<i class="{{award.icon}} {{award.color}}"></i><br>
<span class="pt-2" style="font-weight: bold; font-size: 14px; color:#E1E1E1">{{award.title}}</span>
<i class="{{award.icon}} {{award.color}}"></i>
<div class="pt-2" style="font-weight: bold; font-size: 14px; color:#E1E1E1">{{award.title}}</div>
<div class="text-muted">{{award.owned}} owned</div>
</a>
{% endfor %}