refactor: update header title styling for improved visibility

This commit is contained in:
Ardeman 2025-03-12 21:44:32 +08:00
parent d63884dde1
commit 86e87998bd

View File

@ -23,9 +23,9 @@ export const HeaderTop = () => {
className="h-3/4 w-auto sm:h-full" className="h-3/4 w-auto sm:h-full"
/> />
</Link> </Link>
<div className="hidden h-full items-center py-1.5 text-2xl font-light whitespace-pre-line sm:flex"> <h1 className="hidden h-full items-center py-1.5 text-4xl font-extrabold whitespace-pre-line text-[#2E2F7C] sm:flex">
{APP.description} {APP.description}
</div> </h1>
<div className="flex items-center gap-[15px]"> <div className="flex items-center gap-[15px]">
{userData ? ( {userData ? (
<fetcher.Form <fetcher.Form