From cec9b33cd116da6d37cd7374225d4f0b6109f61e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 22:25:34 +0200 Subject: [PATCH] Further reduce right margin of .paw-queued class by 10px --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ea90c10..5388bdb 100644 --- a/index.html +++ b/index.html @@ -195,7 +195,7 @@ .paw-queued { position: absolute; top: 33px; /* so weit nach unten */ - right: 50px; /* nur ganz am Rand, feintune hier! */ + right: 40px; /* nur ganz am Rand, feintune hier! */ width: 2rem; height: 2rem; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));