This commit is contained in:
2025-06-07 17:09:51 +02:00
parent 9cf7c74f9c
commit 6a8463fab5
+2 -1
View File
@@ -84,13 +84,14 @@ body {
align-items: center;
justify-content: center;
overflow: hidden;
transition: transform 0.3s linear;
cursor: pointer;
margin: 20px 0;
}
.vinyl.reverse {
animation: spin-reverse 4s linear infinite;
animation: spin-reverse 4s linear infinite;
}
.vinyl img {