Skip to content

Commit d466d5f

Browse files
✨ Adjust layout spacing and improve text styles in explainer section
1 parent d465d82 commit d466d5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class="h-full w-px bg-current [background-position:0_0.5px]"
244244
</div>
245245
{{-- Dashed horizontal line --}}
246246
<div
247-
class="pointer-events-none absolute inset-x-0 top-8 z-20 h-px text-gray-300 dark:text-white/10"
247+
class="pointer-events-none absolute inset-x-0 top-7 z-20 h-px text-gray-300 dark:text-white/10"
248248
aria-hidden="true"
249249
>
250250
<div
@@ -354,15 +354,15 @@ class="text-gray-600 2xl:text-lg dark:text-zinc-400"
354354
class="flex flex-col gap-4 rounded-2xl bg-gradient-to-tl from-[#DBDCFB] to-[#F9FAFB] p-7 2xl:p-8 dark:from-mirage dark:to-mirage"
355355
>
356356
<div
357-
class="flex flex-col items-center gap-1 text-center text-pretty 2xs:items-start 2xs:text-left"
357+
class="flex flex-col items-center gap-1.5 text-center text-pretty 2xs:items-start 2xs:text-left"
358358
>
359359
<h3
360-
class="text-xl font-semibold text-gray-800 2xl:text-2xl dark:text-white"
360+
class="text-2xl font-bold text-gray-800 dark:text-white"
361361
>
362362
Bring your favorite tools
363363
</h3>
364364
<h4 class="text-gray-600 2xl:text-lg dark:text-zinc-400">
365-
Use any Composer packages and front-end frameworks
365+
Use any Composer packages and front-end frameworks.
366366
</h4>
367367
</div>
368368

0 commit comments

Comments
 (0)