idk what i did
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 7s

This commit is contained in:
zyqunix 2025-07-06 19:49:25 +02:00
parent b6596502ce
commit 630ab587fc
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6

View file

@ -102,13 +102,16 @@ body {
padding: 20px;
text-align: center;
width: 90%;
max-width: 400px;
max-width: 450px;
height: auto;
z-index: 2;
border: 2px solid rgba(150, 150, 150, 0.25);
box-sizing: border-box;
margin: 10px;
margin-top: 200px;
transform-style: preserve-3d;
will-change: transform;
transition: transform 0.1s ease;
}
.player p {