We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b41cf0 commit 2496756Copy full SHA for 2496756
frontend/src/components/HomePage/FreeUse.vue
@@ -13,7 +13,9 @@ import InteractiveHoverButton from '@/components/ui/InteractiveHoverButton.vue'
13
<br />of their broadcasts with using our tools.
14
</span>
15
<InteractiveHoverButton text="Let's start!" size="lg" class="w-[11rem] text-base" />
16
- <div class="bg-gradient absolute left-0 rounded-full p-64 blur-[160px]"></div>
+ <div
17
+ class="bg-gradient absolute -top-96 left-0 right-0 -z-10 rounded-full p-52 blur-[100px]"
18
+ ></div>
19
</div>
20
<div
21
class="bg-white/2 absolute -bottom-6 w-[80%] rounded-2xl border border-white/10 px-12 py-5 backdrop-blur-[8px]"
0 commit comments