Fix details

This commit is contained in:
2024-02-24 01:35:43 +01:00
parent c21ddfe08a
commit 5e45962b40
4 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ onMounted(() => {
<template>
<div class="flex w-full max-w-7xl">
<div class="bg fixed inset-0 z-30 transform-gpu blur-3xl overflow-hidden" aria-hidden="true">
<div class="bg fixed inset-0 z-20 transform-gpu blur-3xl overflow-hidden" aria-hidden="true">
<div
class="aspect-[1.7] h-full w-full bg-gradient-to-r from-[rgb(var(--color-primary-DEFAULT))] to-white/10 lg:opacity-30 xs:opacity-50"
:style="{ 'clip-path': `polygon(${poly})` }"