forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 20:56:04 -06:00
parent dcc401e717
commit 3b70148371
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
<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">
{% for section in stats %}
<div>
<h2 class="h3">{{ section.stat }}</h2>
<h2 class="h4">{{ section.stat }}</h2>
<p class="text-lg">
{{ section.description }}
</p>