Skip to content

Commit

Permalink
Fix "Explore the Galaxy" on top of nav again
Browse files Browse the repository at this point in the history
Also fix nav getting cut off at the end of Header
  • Loading branch information
TyHil committed Feb 9, 2024
1 parent 492b0ab commit 0b67eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const Header = () => {
<Blob className="right-[5%] -top-[10%]" color="4835BC" size="large" />
</div>

<Navbar className="absolute top-0 left-0 right-0" shadow={true} />
<div className="grow flex flex-col justify-center px-8 lg:px-16 xl:px-32">
<div className="text-center text-white">
<h3 className="text-xl font-semibold lg:pb-5 xl:pb-20 font-inter [text-shadow:_0_0_4px_rgb(0_0_0_/_0.4)]">
Expand Down Expand Up @@ -60,6 +59,7 @@ const Home = () => (
<meta property="og:url" content="https://www.utdnebula.com" />
</Head>
<Header />
<Navbar className="absolute top-0 left-0 right-0" shadow={true} />
<WhoWeAre />
<Projects />
<Testimonials />
Expand Down

0 comments on commit 0b67eab

Please sign in to comment.