Skip to content

Commit 9d50d65

Browse files
committed
Resize the blob
1 parent e614298 commit 9d50d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/not-found.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ function Stripes() {
6464
WebkitMaskRepeat: "no-repeat",
6565
maskPosition: "center 100%",
6666
WebkitMaskPosition: "center 100%",
67-
maskSize: "160%",
68-
WebkitMaskSize: "160%",
67+
maskSize: "130%",
68+
WebkitMaskSize: "130%",
6969
}}
7070
>
7171
<StripesDecoration

0 commit comments

Comments
 (0)