styling nom

This commit is contained in:
2025-08-03 19:38:59 +02:00
parent 28ee97782c
commit b03a442444
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function Quota({
if (!auth.isLoading && !auth.error && auth.isAuthenticated) {
return (
<h1
className={`${nunito.className} text-outline absolute right-0 bottom-0 p-6 text-[96px] font-bold tracking-tighter text-yellow-500`}
className={`${nunito.className} text-outline absolute right-0 bottom-0 p-6 text-[42px] font-bold tracking-tighter text-yellow-500`}
>
{quota}
</h1>