Reduced fonts

This commit was merged in pull request #589.
This commit is contained in:
2024-02-27 21:47:10 +01:00
parent ed24fea513
commit 0d3025c4d0
5 changed files with 14 additions and 14 deletions
@@ -28,12 +28,12 @@ export default function JobOwnerDashboard({
<div className="h-full flex w-full justify-between mb-5 lg:mb-0">
{/* heading */}
<div className="flex gap-8">
<h1 className="lg:text-2xl text-xl font-medium text-white tracking-wide">
<h1 className="text-base font-medium text-white tracking-wide">
Welcome
</h1>
{/* user */}
<div>
<p className="text-2xl tracking-wide font-bold antise text-white">
<p className="text-base tracking-wide font-bold antise text-white">
{`${firstname} ${lastname}`}
</p>
<p className="text-sm tracking-wide text-white">@{userEmail}</p>
@@ -72,7 +72,7 @@ export default function JobOwnerDashboard({
</div>
</div>
)}
<span className="text-[18px] font-thin tracking-wide text-white flex items-end">
<span className="text-base font-thin tracking-wide text-white flex items-end">
Last Login : {loginDate}
</span>
</div>