From ac7556dcad34ecc50013d40a44eab96e1df7e0bb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 11:47:43 +0200 Subject: [PATCH] Update top value for .paw-queued class in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1ad2db3..37352e7 100644 --- a/index.html +++ b/index.html @@ -194,7 +194,7 @@ /* Füge das in deine CSS ein */ .paw-queued { position: absolute; - top: 2.5rem; + top: 50px; right: 1.5rem; /* experimentiere mit dem Wert */ width: 2rem; height: 2rem;