From 7bbcf16afadc248ec18c5f3a9e88940a8812bfd4121694e35f69b703d5d55b3e Mon Sep 17 00:00:00 2001 From: nnwhen Date: Fri, 2 May 2025 16:29:30 +0200 Subject: [PATCH] music arrow fix --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 4670da9..81154fb 100644 --- a/style.css +++ b/style.css @@ -239,7 +239,8 @@ header { #arrow img { position: absolute; - margin: 35px 0 0 -100px; + left: 30px; + top: 40px; width: 250px; }