tailwind fucked up many things so its large small fix
This commit is contained in:
@@ -5,10 +5,10 @@ export default function Home() {
|
||||
return (
|
||||
<main className="w-100 m-0 h-screen">
|
||||
<Stars />
|
||||
<div className="fixed z-50 flex flex-col content-start text-left top-1/2 left-1/4 text-white">
|
||||
<button className="">ABOUT ME</button>
|
||||
<button className="">MY MODELS</button>
|
||||
<button className="">CONTACT</button>
|
||||
<div className="fixed z-50 flex flex-col content-start text-left top-1/2 left-1/4 gap-5 text-white">
|
||||
<button className="text-5xl hover:text-shadow">ABOUT ME</button>
|
||||
<button className="text-5xl hover:text-shadow">MY MODELS</button>
|
||||
<button className="text-5xl hover:text-shadow">CONTACT</button>
|
||||
<div className=" fixed h-screen w-1/2 right-0 top-0">
|
||||
<Skeleton />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user