Skip to content

Commit 2496756

Browse files
committed
chore(frontend): change gradient bg for free use
1 parent 8b41cf0 commit 2496756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/components/HomePage/FreeUse.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import InteractiveHoverButton from '@/components/ui/InteractiveHoverButton.vue'
1313
<br />of their broadcasts with using our tools.
1414
</span>
1515
<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>
16+
<div
17+
class="bg-gradient absolute -top-96 left-0 right-0 -z-10 rounded-full p-52 blur-[100px]"
18+
></div>
1719
</div>
1820
<div
1921
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

Comments
 (0)