Mostly Front End & UI fixes

This commit is contained in:
2024-07-20 09:12:29 -05:00
parent 8e02288d3d
commit 5f020bf542
12 changed files with 176 additions and 151 deletions

View File

@ -2,12 +2,12 @@ import Image from "next/image";
export default function TT_Header() {
return (
<header className="w-full">
<header className="w-full py-5">
<div className="flex flex-row items-center text-center justify-center p-8">
<Image src="/images/tech_tracker_logo.png"
alt="Tech Tracker Logo" width={100} height={100}
alt="Tech Tracker Logo" width={80} height={80}
/>
<h1 className="text-6xl font-semibold pl-4">
<h1 className="title-text text-6xl font-semibold pl-4">
Tech Tracker
</h1>
</div>