Skip to content

Commit 793a8b9

Browse files
✨ Adjust decorative element styles for improved visual consistency and responsiveness
1 parent 7d5a8b3 commit 793a8b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/views/early-adopter.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class="pt-1 text-4xl font-semibold"
105105
<img
106106
src="{{ Vite::asset('resources/images/mobile/ios_phone_mockup.webp') }}"
107107
alt="iOS phone mockup displaying a NativePHP application"
108-
class="-mb-[10.5rem] w-40 dark:mix-blend-hard-light"
108+
class="-mb-[11rem] w-40 dark:mix-blend-hard-light"
109109
/>
110110
</div>
111111
{{-- White blurred circle - Decorative --}}
@@ -122,7 +122,7 @@ class="absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full
122122

123123
{{-- Blurred circle - Decorative --}}
124124
<div
125-
class="absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#DDE2F3] blur-[100px] dark:bg-[#444892]/80"
125+
class="absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#DDE2F3] blur-[100px] dark:bg-[#444892]/50"
126126
aria-hidden="true"
127127
></div>
128128
</div>
@@ -170,7 +170,7 @@ class="pt-1 text-4xl font-semibold"
170170
<img
171171
src="{{ Vite::asset('resources/images/mobile/android_phone_mockup.webp') }}"
172172
alt="Android phone mockup displaying a NativePHP application"
173-
class="-mb-[10.5rem] w-40"
173+
class="-mb-[10.7rem] w-40"
174174
/>
175175
</div>
176176
{{-- White blurred circle - Decorative --}}
@@ -180,14 +180,14 @@ class="absolute -top-5 right-1/2 -z-10 h-40 w-14 translate-x-1/2 rounded-full bg
180180
></div>
181181
{{-- Center blurred circle - Decorative --}}
182182
<div
183-
class="absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full bg-[#E0D7CE] blur-2xl dark:bg-slate-700/40"
183+
class="absolute bottom-0 right-1/2 -z-10 h-52 w-72 translate-x-1/2 rounded-full bg-[#E0D7CE] blur-2xl dark:bg-slate-700/50"
184184
aria-hidden="true"
185185
></div>
186186
</div>
187187

188188
{{-- Blurred circle - Decorative --}}
189189
<div
190-
class="absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#FBF2E7] blur-[100px] dark:bg-slate-500/30"
190+
class="absolute -top-1/2 left-0 -z-20 h-60 w-full rounded-full bg-[#FBF2E7] blur-[100px] dark:bg-slate-500/40"
191191
aria-hidden="true"
192192
></div>
193193
</div>

0 commit comments

Comments
 (0)