From 0f65c953ba56a80116af5f9e6cdf64aafe4d9f9e Mon Sep 17 00:00:00 2001 From: Nikology Date: Sun, 19 Apr 2026 20:51:28 +0200 Subject: [PATCH] Changed offset from 10px to 5px --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 18bacb3..691b30d 100644 --- a/styles.css +++ b/styles.css @@ -76,7 +76,7 @@ footer { opacity: 0; position: absolute; top: 0; - left: 10px; + left: 5px; animation: pop 0.8s ease-out var(--delay); pointer-events: none; }