From 4860c02bc990a26a9d24a6cef79bbe9c44eab458 Mon Sep 17 00:00:00 2001 From: Cay Date: Tue, 17 Mar 2026 15:17:03 +0000 Subject: [PATCH] retswu --- public/css/1v1.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/1v1.css b/public/css/1v1.css index 1a0aa26..3371a12 100644 --- a/public/css/1v1.css +++ b/public/css/1v1.css @@ -99,8 +99,8 @@ body { position: absolute; top: 50%; transform: translateY(-50%); - width: 90px; - height: 140px; + width: 150px; + height: 200px; border-radius: 10px; border: 2px solid rgba(255, 215, 80, 0.7); background: rgba(0, 0, 0, 0.45); @@ -220,8 +220,8 @@ body { /* ── CENTER CARD AREA ── */ .card-area { position: absolute; - left: 220px; - right: 220px; + left: 90px; + right: 110px; top: 50%; transform: translateY(-50%); display: flex;