diff --git a/public/tailwind-output-f23.css b/public/tailwind-output-f23.css index 528f452f..1ae93a10 100644 --- a/public/tailwind-output-f23.css +++ b/public/tailwind-output-f23.css @@ -715,6 +715,10 @@ video { bottom: 8rem; } +.left-32 { + left: 8rem; +} + .left-4 { left: 1rem; } @@ -799,6 +803,14 @@ video { top: 95rem; } +.right-24 { + right: 6rem; +} + +.right-28 { + right: 7rem; +} + .z-0 { z-index: 0; } @@ -920,6 +932,10 @@ video { margin-top: 8rem; } +.mr-24 { + margin-right: 6rem; +} + .block { display: block; } @@ -1393,6 +1409,10 @@ video { padding-right: 0.5rem; } +.pr-20 { + padding-right: 5rem; +} + .pr-4 { padding-right: 1rem; } @@ -1425,6 +1445,10 @@ video { padding-top: 2rem; } +.pr-24 { + padding-right: 6rem; +} + .text-left { text-align: left; } diff --git a/src/components/_Landing/sections/hero/Navbar.tsx b/src/components/_Landing/sections/hero/Navbar.tsx index d486cf04..13f49f12 100644 --- a/src/components/_Landing/sections/hero/Navbar.tsx +++ b/src/components/_Landing/sections/hero/Navbar.tsx @@ -25,7 +25,6 @@ function MenuItem(props: { sectionName: string }) { function OtherPageMenuItem(props: { sectionName: string }) { const { sectionName } = props; const history = useHistory(); - return ( {({ active }) => ( @@ -48,7 +47,7 @@ function OtherPageMenuItem(props: { sectionName: string }) { function CollapsedMenu() { return ( -
+
@@ -97,10 +96,22 @@ function Navbar() { yellow hackru logo + + + + Major League Hacking 2024 Hackathon Season + +
+ text-lg pt-8 pr-20 z-40 bg-gradient-to-b from-f23-lightGreen w-[100%] justify-end"> {!isContactPage && (<> {