We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa68cf commit 8c4298fCopy full SHA for 8c4298f
src/shared/ui/Nav/Nav.tsx
@@ -10,7 +10,10 @@ const Nav = () => {
10
11
return (
12
<>
13
- <nav class="flex justify-center sticky top-0 w-full bg-[#f9f9f9]/40 backdrop-blur-3xl z-3 px-[28px] lg:px-0 lg:pt-[20px] lg:mt-[25px]">
+ <nav
14
+ class="flex justify-center sticky top-0 w-full bg-[#f9f9f9]/40 backdrop-blur-3xl z-3 px-[28px] lg:px-0 lg:pt-[20px] lg:mt-[25px]"
15
+ style="-webkit-backdrop-filter: blur(60px);"
16
+ >
17
<div class="lg:flex flex-row items-center gap-[80px] xl:gap-[100px] pb-[20px] hidden">
18
<div class="flex flex-row gap-[40px] xl:gap-[50px] items-center">
19
<A href="/#">
0 commit comments