forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:17:36 -06:00
parent 79076d12c8
commit c568972ffa
1 changed files with 3 additions and 3 deletions

View File

@ -189,9 +189,9 @@
{{ section.stat }}
</div>
<h2 class="font-bold text-xl md:text-3xl font-heading leading-normal mb-2 text-shadow-light text-white">{{ section.count }}</h2>
<p class="text-sm md:text-base text-gray-300">
<i class="fas fa-caret-up text-lg text-green-400 mr-1"></i>
{{ section.description }}
<p class="flex items-center text-sm md:text-base text-gray-300">
<i class="fas fa-caret-up text-lg text-green-400 mr-2"></i>
<span>{{ section.description }}</span>
</p>
</div>
{% endfor %}