From 6442d4c20ba918559232336292dcd66ddf2492db Mon Sep 17 00:00:00 2001 From: Arlind Ukshini Date: Fri, 24 Apr 2026 11:03:13 +0200 Subject: [PATCH] entrance: nudge welcome-backer 5px left 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 d9a908c..26a9c2f 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(-28%, 0); + transform: translate(calc(-28% - 5px), 0); display: inline-flex; align-items: center; gap: 10px;