Mostly Front End & UI fixes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user