Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#23 from biswassushmita947…
Browse files Browse the repository at this point in the history
…/main

Update Navbar.jsx Made Header transparent
  • Loading branch information
Ayushpanditmoto authored Oct 1, 2023
2 parents 4635c7e + a0dedae commit ec6e66b
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 ec6e66b

Please sign in to comment.