forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:00:34 -06:00
parent 3dc04e2c9f
commit e3845812d1
1 changed files with 2 additions and 2 deletions

View File

@ -175,10 +175,10 @@
<div class="my-4 p-5 flex items-center space-x-4 divide-x rounded-md bg-gray-300 shadow-inset-t-white-10 border border-gray-400">
{% for section in stats %}
<div>
<div class="text-gray-600 dark:text-gray-500 uppercase font-medium text-xs tracking-wide leading-4 mb-1">
<div class="text-gray-700 dark:text-gray-500 uppercase font-medium text-xs tracking-wide leading-4 mb-3">
{{ section.stat }}
</div>
<h2 class="h4">{{ section.count }}</h2>
<h2 class="font-bold text-lg md:text-xl font-heading leading-normal mb-2">{{ section.count }}</h2>
<p class="text-base text-gray-500">
{{ section.description }}
</p>