From c06bfe895bae7691e5198770c1903a000b6af80f Mon Sep 17 00:00:00 2001 From: d1rshan Date: Fri, 10 Apr 2026 18:06:32 +0530 Subject: [PATCH] fix space balls --- frontend/static/funbox/space_balls.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/static/funbox/space_balls.css b/frontend/static/funbox/space_balls.css index c45f40e80b3e..ffb85b8ad7bd 100644 --- a/frontend/static/funbox/space_balls.css +++ b/frontend/static/funbox/space_balls.css @@ -16,11 +16,11 @@ body { background-position: center; } -main { +main .pageTest #typingTest { perspective: 500px; - overflow: hidden; } -main .page { - transform: rotateX(35deg); +main .pageTest #wordsWrapper { + transform: rotateX(24deg); + transform-origin: center center; }