Changed offset from 10px to 5px

This commit is contained in:
2026-04-19 20:51:28 +02:00
parent 485d2b2c76
commit 0f65c953ba
+1 -1
View File
@@ -76,7 +76,7 @@ footer {
opacity: 0; opacity: 0;
position: absolute; position: absolute;
top: 0; top: 0;
left: 10px; left: 5px;
animation: pop 0.8s ease-out var(--delay); animation: pop 0.8s ease-out var(--delay);
pointer-events: none; pointer-events: none;
} }