srtj
This commit is contained in:
parent
4860c02bc9
commit
2a1d3c680a
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user