forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 20:58:55 -06:00
parent 2b92c7448d
commit 31ac44f04f
1 changed files with 6 additions and 3 deletions

View File

@ -172,11 +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="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-300 shadow-inset-t-white-10 border border-gray-400">
{% for section in stats %}
<div>
<h2 class="h4">{{ section.stat }}</h2>
<p class="text-lg">
<div class="text-uppercase font-medium text-xs tracking-wide leading-4 mb-1">
{{ section.stat }}
</div>
<h2 class="h4">{{ section.count }}</h2>
<p class="text-base text-gray-500">
{{ section.description }}
</p>
</div>