From 6a8372f92a775886312eb22da3ab79bf3cd56bc2 Mon Sep 17 00:00:00 2001 From: Cay Date: Tue, 17 Mar 2026 14:55:28 +0000 Subject: [PATCH] WFG --- 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 e60ce2a..b70b6b9 100644 --- a/public/css/1v1.css +++ b/public/css/1v1.css @@ -245,8 +245,8 @@ } .card-slot { - width: 102px; - height: 145px; + width: 180px; + height: 260px; border-radius: 10px; border: 2px dashed rgba(255, 215, 80, 0.35); background: rgba(0, 0, 0, 0.25); @@ -396,8 +396,8 @@ justify-content: center; } .hand-slot { - width: 88px; - height: 125px; + width: 180px; + height: 260px; border-radius: 9px; border: 2px dashed rgba(255, 215, 80, 0.35); background: rgba(0, 0, 0, 0.4);