This commit is contained in:
Cay 2026-03-17 15:17:45 +00:00
parent 4860c02bc9
commit 2a1d3c680a

View File

@ -220,8 +220,8 @@ body {
/* ── CENTER CARD AREA ── */
.card-area {
position: absolute;
left: 90px;
right: 110px;
left: 220px;
right: 220px;
top: 50%;
transform: translateY(-50%);
display: flex;
@ -245,8 +245,8 @@ body {
}
.card-slot {
width: 180px;
height: 260px;
width: 90px;
height: 140px;
border-radius: 10px;
border: 2px dashed rgba(255, 215, 80, 0.35);
background: rgba(0, 0, 0, 0.25);