forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 08:34:38 -06:00
parent 8156d2c58d
commit c6cd5cfa73
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@
<div class="text-black dark:text-gray-500 uppercase font-bold text-xs tracking-wider leading-4 mb-2">
{{ section.stat }}
</div>
<h2 class="font-bold text-lg md:text-2xl font-heading leading-normal mb-2 text-shadow-light text-black dark:text-gray-200">{{ section.count }}</h2>
<p class="flex items-center text-xs md:text-base text-gray-500 dark:text-gray-300">
<h2 class="font-bold text-lg md:text-3xl font-heading leading-normal mb-2 text-shadow-light text-black dark:text-gray-200">{{ section.count }}</h2>
<p class="flex items-center text-xs md:text-base text-gray-700 dark:text-gray-300">
<i class="fas fa-caret-up text-lg text-green-400 mr-2"></i>
<span>{{ section.description }}</span>
</p>