forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:03:38 -06:00
parent 4220255ddc
commit 5ae1ce8289
1 changed files with 4 additions and 4 deletions

View File

@ -172,14 +172,14 @@
{% block content %}
<div class="col-span-full lg:max-w-6xl lg:mx-auto bg-gray-200 dark:bg-gray-800 p-4">
<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">
<div class="my-4 p-5 flex items-center space-x-4 divide-x rounded-md bg-gray-500 shadow-inset-t-white-10 border border-gray-700">
{% for section in stats %}
<div>
<div class="text-gray-700 dark:text-gray-500 uppercase font-medium text-xs tracking-wide leading-4 mb-3">
<div class="text-white dark:text-gray-500 uppercase font-bold text-xs tracking-wider leading-4 mb-2">
{{ section.stat }}
</div>
<h2 class="font-bold text-xl md:text-3xl font-heading leading-normal mb-2 text-shadow-light">{{ section.count }}</h2>
<p class="text-base text-gray-500">
<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-gray-300">
{{ section.description }}
</p>
</div>