From ec9930762df9ec39f155fd2000e213ff63985f8a Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Mon, 11 May 2026 13:11:10 +0200 Subject: [PATCH] fix(TopBanner): align text-only page title with content container Replace `container mx-auto px-6` with `container-custom` so the headline/subheadline block (no image case) matches the main content padding and max-width. Co-Authored-By: Claude Sonnet 4.6 --- src/lib/components/TopBanner.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/TopBanner.svelte b/src/lib/components/TopBanner.svelte index f4736c5..d4bee27 100644 --- a/src/lib/components/TopBanner.svelte +++ b/src/lib/components/TopBanner.svelte @@ -155,7 +155,7 @@ {/if} {:else if hasPageTitle} -
+
{#if headlineHtml}

{@html headlineHtml}

{/if}