Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/Navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ function Navbar(): JSX.Element {
return (
<div className="relative">
<div
className={`container flex justify-center fixed items-center w-full backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
className={`flex justify-center fixed items-center w-full backdrop-blur backdrop-blur ${drop && 'bg-[#1B1130]/90'} top-0 z-[99] text-white`}
>
<div className="p-5 flex justify-between h-[75px] w-full items-center">
<div className="p-5 flex justify-between h-[75px] w-full items-center xl:px-12 lg:px-8 sm:px-5 max-w-[1400px]">
<div
className="flex items-center sm:justify-between sm:w-full z-[99]"
data-test="nav-Home"
Expand Down
Loading