fix: add top margin to the home Build with AI section (#10909)

Claude-Session: https://claude.ai/code/session_01PkWNw5QJza9m16efArTYMr

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Diego Imbert
2026-08-31 22:46:15 +02:00
committed by GitHub
co-authored by Claude Opus 5
parent 412eb90c0d
commit bedf5ae574
@@ -267,7 +267,7 @@
so it shows whenever the sessions beta is on; the composer itself is gated on operator
status inside the component (operators are refused by /sessions). -->
{#if isGlobalAiEnabled()}
<div class="w-full mb-16 mt-2">
<div class="w-full mb-16 mt-20">
<HomeAIChat />
</div>
{/if}