style(nav): styling new header

This commit is contained in:
2026-04-14 21:16:53 +02:00
parent 526603dc63
commit ac258ea95b
2 changed files with 38 additions and 21 deletions
+17 -1
View File
@@ -1,6 +1,22 @@
export default function Home() {
return (
<div className="flex flex-col flex-1">
<div className="flex flex-col flex-1 h-[2000px]">
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
<h1 className="text-center">Test</h1>
</div>
);
}