Skip to content

Commit 8c4298f

Browse files
committed
Add webkit backdrop blur
1 parent 1aa68cf commit 8c4298f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared/ui/Nav/Nav.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const Nav = () => {
1010

1111
return (
1212
<>
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]">
13+
<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+
>
1417
<div class="lg:flex flex-row items-center gap-[80px] xl:gap-[100px] pb-[20px] hidden">
1518
<div class="flex flex-row gap-[40px] xl:gap-[50px] items-center">
1619
<A href="/#">

0 commit comments

Comments
 (0)