forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:01:07 -06:00
parent f154a29bc1
commit 4220255ddc
2 changed files with 4 additions and 1 deletions

View File

@ -2319,6 +2319,9 @@ video {
.tracking-wider {
letter-spacing: 0.05em;
}
.tracking-wide {
letter-spacing: 0.025em;
}
.text-white {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));

View File

@ -178,7 +178,7 @@
<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="font-bold text-xl md:text-3xl font-heading leading-normal mb-2">{{ section.count }}</h2>
<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">
{{ section.description }}
</p>