change aspect ratio

This commit is contained in:
2024-03-13 17:11:15 +01:00
parent ec38d63003
commit 5d416ddd02

View File

@@ -23,7 +23,7 @@ onUnmounted(() => clearTimeout(timeout))
<ClientOnly>
<div class="bg sm:mx-8 absolute inset-0 z-20 transform-gpu blur-3xl overflow-hidden" aria-hidden="true">
<div
class="aspect-[1.7] h-2/3 w-full bg-gradient-to-r from-[rgb(var(--color-primary-DEFAULT))] to-white/10 lg:opacity-30 xs:opacity-50"
class="aspect-[2] h-2/3 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})` }"
/>
</div>