From 3e3bc486e2e6d81b5b34935e09c3f700dd639eca Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Sat, 11 May 2024 21:44:40 -0700 Subject: [PATCH] back to fixed --- src/web/src/components/header/default.jsx | 4 ++-- src/web/src/components/hero/content.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/src/components/header/default.jsx b/src/web/src/components/header/default.jsx index 69c3388..66606a8 100644 --- a/src/web/src/components/header/default.jsx +++ b/src/web/src/components/header/default.jsx @@ -17,11 +17,12 @@ function DefaultHeader() { }, }} className=" - fixed top-0 left-0 w-full + fixed top-0 left-0 w-full z-50 hidden 2xl:flex xl:flex lg:flex md:flex flex-row lg:px-6 md:px-5 sm:px-4 lg:py-1.5 md:py-1.5 lg:text-4xl md:text-3xl font-bold justify-center + shadow-md ">
{Links.map((link) => ( @@ -41,5 +42,4 @@ function DefaultHeader() { ); } - export default DefaultHeader; diff --git a/src/web/src/components/hero/content.jsx b/src/web/src/components/hero/content.jsx index 8796f2e..64230b6 100644 --- a/src/web/src/components/hero/content.jsx +++ b/src/web/src/components/hero/content.jsx @@ -33,7 +33,7 @@ function Portrait() { function Content() { return ( <> -
+