Skip to content

Commit

Permalink
Merge pull request #128 from Che140401/chetan-branch
Browse files Browse the repository at this point in the history
header-sticky
  • Loading branch information
AbhiPatel10 authored May 23, 2024
2 parents 5f43b9b + 753bf52 commit 183826d
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 183826d

Please sign in to comment.