Skip to content

Commit

Permalink
update: sticky hamburger menu with blured navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
r3yc0n1c committed Nov 12, 2024
1 parent a0538ad commit 66d209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Navbar() {
};

return (
<div className='flex justify-center items-center fixed w-full top-0 z-[99] text-white'>
<div className='flex justify-center items-center fixed w-full backdrop-blur top-0 z-[99] text-white'>
<div className='w-[1131px]'>
<div className='p-5 flex justify-between h-[75px] w-full items-center'>
<div className='flex items-center sm:justify-between sm:w-full'>
Expand Down

0 comments on commit 66d209e

Please sign in to comment.