Skip to content

Commit 964407e

Browse files
committed
update: radial-gradient more BHAPPP
1 parent f0411f1 commit 964407e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(app)/(home)/components/cta.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div
1010
aria-hidden="true"
1111
class="pointer-events-none absolute inset-0 z-0"
12-
style="background-image: radial-gradient(ellipse 75% 65% at 50% 0%, white 0%, white 70%, rgb(255 255 255 / 0) 80%), radial-gradient(ellipse 75% 65% at 50% 100%, white 0%, white 70%, rgb(255 255 255 / 0) 80%);"
12+
style="background-image: radial-gradient(ellipse 75% 75% at 50% 0%, white 0%, white 70%, rgb(255 255 255 / 0) 80%), radial-gradient(ellipse 75% 75% at 50% 100%, white 0%, white 70%, rgb(255 255 255 / 0) 80%);"
1313
></div>
1414
<div class="relative z-10 mx-auto flex max-w-7xl flex-col items-center gap-5 text-center">
1515
<h2

0 commit comments

Comments
 (0)