Skip to content

Commit c695780

Browse files
committed
fix: adjust layout and styling in home section component
1 parent 1e30915 commit c695780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web/Homepage/x-home-section.view.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<x-component name="x-home-section">
22
<section class="mb-20 lg:mb-[7vh] flex justify-center flex-col tracking-tighter px-6">
3-
<div class="grid grid-cols-1 lg:grid-cols-2 gap-x-12 items-center">
3+
<div class="grid grid-cols-1 lg:grid-cols-2 items-center">
44
<!-- Left -->
55
<div class="p-2 lg:p-0">
66
<div class="max-w-xl text-sans">
@@ -19,7 +19,7 @@
1919
</div>
2020
</div>
2121
<!-- Right -->
22-
<div class="flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 rounded-xl">
22+
<div class="flex flex-col gap-2 p-2 text-sm bg-(--ui-bg)/20 rounded-xl tracking-normal">
2323
<div :foreach="$snippets as $snippet" class="bg-(--ui-bg)/50 border border-(--ui-border) rounded-md p-4 [&_pre]:h-full [&_pre]:overflow-x-auto">
2424
{!! $codeBlocks[$snippet] !!}
2525
</div>

0 commit comments

Comments
 (0)