From 69f9462b719453033e6fdd1e704f853871d03c31 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 17 May 2026 16:31:48 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Footer=20zeigt=20Tenant-Namen=20(kein=20?= =?UTF-8?q?checkflo),=20Phone-H=C3=B6he=20430px,=20weniger=20Freiraum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/routes/+page.svelte | 4 ++-- app/src/routes/s/[id]/+page.svelte | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index 7c5cef3..dc5a2fd 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -487,7 +487,7 @@ background: #fff; border-radius: 24px; overflow: hidden; - height: 480px; + height: 430px; position: relative; } .phone-screen iframe { @@ -495,7 +495,7 @@ top: 0; left: 0; width: 390px; - height: 960px; + height: 860px; border: none; transform: scale(0.502); transform-origin: top left; diff --git a/app/src/routes/s/[id]/+page.svelte b/app/src/routes/s/[id]/+page.svelte index 2d1d9a9..06adfd6 100644 --- a/app/src/routes/s/[id]/+page.svelte +++ b/app/src/routes/s/[id]/+page.svelte @@ -176,7 +176,7 @@ {/if} @@ -187,7 +187,7 @@ flex-direction: column; max-width: 480px; margin: 0 auto; - padding: 0 0 2rem; + padding: 0 0 0.5rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } @@ -347,9 +347,10 @@ /* FOOTER */ footer { text-align: center; - padding: 1rem; - font-size: 0.8rem; - color: #aaa; + padding: 0.5rem; + font-size: 0.75rem; + color: #ccc; + margin-top: auto; } footer a { color: #aaa; } footer a:hover { color: var(--brand); }