diff --git a/src/components/ui/BlurredShape.astro b/src/components/ui/BlurredShape.astro index 543e2bf..5991f79 100644 --- a/src/components/ui/BlurredShape.astro +++ b/src/components/ui/BlurredShape.astro @@ -10,6 +10,7 @@ opacity: 0.5; top:0%; left: -15%; + z-index: -1; } @media screen and (max-width: 768px) {