From 630ab587fcfbaf64df03362e6d24c1a6d8dddd26 Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:49:25 +0200 Subject: [PATCH] idk what i did --- bio/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bio/style.css b/bio/style.css index 22e218b..b6a138f 100644 --- a/bio/style.css +++ b/bio/style.css @@ -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 {