From d6a819fdb5c8894b60bbed131aba46a73a03cf21 Mon Sep 17 00:00:00 2001 From: Arlind Ukshini Date: Fri, 24 Apr 2026 11:03:48 +0200 Subject: [PATCH] entrance: nudge welcome-backer ~10% further left under the logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit transform translateX -28% → -38% so the block centres more closely under the fixed fenja wordmark at left:75%. Co-Authored-By: Claude Opus 4.7 (1M context) --- public/entrance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/entrance.html b/public/entrance.html index 26a9c2f..b8ae8d8 100644 --- a/public/entrance.html +++ b/public/entrance.html @@ -161,7 +161,7 @@ support line rather than a baseline caption. */ top: calc(50% + 80px); left: 75%; - transform: translate(calc(-28% - 5px), 0); + transform: translate(calc(-38% - 5px), 0); display: inline-flex; align-items: center; gap: 10px;