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);