Skip to content

Commit

Permalink
header-sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
Che140401 committed May 23, 2024
1 parent 5f43b9b commit 753bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Navbar = () => {
{ title: "Contact Us", path: "/ContactSection" },
]
return (
<nav className="bg-white w-full border-b md:border-0">
<nav className="sticky top-0 z-99 bg-white w-full border-b-3 border-b-[#151d2c] border-2">
<div className="items-center px-4 max-w-screen-xl mx-auto md:flex md:justify-between md:px-8">
<div className="flex items-center justify-between py-3 md:py-5 md:block">
<Link href="/">
Expand Down

0 comments on commit 753bf52

Please sign in to comment.