change sup to small

This commit is contained in:
Triston Armstrong 2024-07-04 16:35:44 -05:00
parent 3328e0c4b1
commit 5211e4623f
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -18,7 +18,7 @@
<!-- HEADER -->
<header class="border-b-2 flex justify-center mb-4">
<div class="px-2 py-2 w-full max-w-6xl ">
<h1 class="text-2xl font-bold text-gray-900 sm:text-3xl">Klectr<sup class="text-blue-500">Bin</sup></h1>
<h1 class="text-2xl font-bold text-gray-900 sm:text-3xl">Klectr<small class="text-blue-500">Bin</small></h1>
</div>
</header>