This commit is contained in:
Cay 2026-03-17 14:55:28 +00:00
parent aff309cfe5
commit 6a8372f92a

View File

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