Skip to content

Commit 1821bae

Browse files
Adjust button margin and update background colors for improved design consistency
1 parent 0f9dcd4 commit 1821bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/components/home/explainer.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ class="text-xl font-bold text-slate-800 lg:text-2xl dark:text-white"
612612
</div>
613613

614614
{{-- Button --}}
615-
<div class="mt-5 mb-10 grid place-items-center">
615+
<div class="mt-5 mb-15 grid place-items-center">
616616
<x-bifrost-button />
617617
</div>
618618

@@ -628,7 +628,7 @@ class="absolute right-1/2 -bottom-11 -z-10 translate-x-1/2"
628628
aria-hidden="true"
629629
>
630630
<div
631-
class="h-10 w-36 -translate-x-10 -rotate-15 rounded-full bg-orange-300 blur-xl dark:bg-indigo-500/60"
631+
class="h-10 w-36 -translate-x-14 -rotate-15 rounded-full bg-[#FB6C41]/70 blur-xl dark:bg-slate-400/60"
632632
></div>
633633
</div>
634634

@@ -638,7 +638,7 @@ class="absolute right-1/2 -bottom-11 -z-10 translate-x-1/2"
638638
aria-hidden="true"
639639
>
640640
<div
641-
class="h-10 w-36 translate-x-10 -rotate-15 rounded-full bg-indigo-300 blur-xl dark:bg-slate-400/60"
641+
class="0 h-10 w-36 translate-x-14 -rotate-15 rounded-full bg-indigo-300 blur-xl dark:bg-indigo-500/60"
642642
></div>
643643
</div>
644644
</div>

0 commit comments

Comments
 (0)