From 0eb7b941044a416619f7b1c8b00dc9488b7dfd37 Mon Sep 17 00:00:00 2001 From: Scarlett Date: Thu, 23 May 2024 17:23:48 -0400 Subject: [PATCH] laptop push --- src/app/layout.tsx | 16 +++++++--------- src/stylesheets/navbar.scss | 2 ++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3ae08c8..2f97816 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,16 +5,14 @@ import Footer from "@/components/Footer"; export default function Layout({ children }) { return (
-
-
{children}
+
{children}
); diff --git a/src/stylesheets/navbar.scss b/src/stylesheets/navbar.scss index 27a8a08..6e57ea1 100644 --- a/src/stylesheets/navbar.scss +++ b/src/stylesheets/navbar.scss @@ -21,6 +21,8 @@ overflow: hidden; margin: 0px; padding: 0px; + z-index: 1000; + transition: 0.5s; } .navbar-logo {