fix username font size

This commit is contained in:
cirroskais 2024-04-20 06:00:37 -04:00
parent 055c064eeb
commit 59139ec4bc
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -26,7 +26,7 @@
.avatar}.png" .avatar}.png"
alt="{$page.data.discord?.username}'s profile picture" alt="{$page.data.discord?.username}'s profile picture"
/> />
<p class="text-xl md:text-4xl text-neutral-300 my-auto"> <p class="text-3xl md:text-4xl text-neutral-300 my-auto">
{$page.data.discord?.username} {$page.data.discord?.username}
</p> </p>
</div> </div>