style(nav): styling new header
This commit is contained in:
+17
-1
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user