Skip to content

Commit

Permalink
Update Navbar.jsx Made Header transparent
Browse files Browse the repository at this point in the history
Made Header transparent
  • Loading branch information
Regun63 authored Oct 1, 2023
1 parent 4635c7e commit a0dedae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from "next/link";

const Navbar = () => {
return (
<div className="h-[10vh] bg-white border-black border-b-2 flex items-center justify-between px-20 sticky top-0 z-50 hover:bg-slate-800 transition-all duration-200">
<div className="flex items-center justify-between h-20 px-11 top-0 z-10 sticky mx-auto bg-transparent backdrop-blur-sm">
{/* Logo Image */}
<Link href="/">
<Image src="/gdsc.png" width={400} height={300} alt="logo"/>
Expand Down

0 comments on commit a0dedae

Please sign in to comment.