retswu
This commit is contained in:
parent
4933242ed9
commit
4860c02bc9
@ -99,8 +99,8 @@ body {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 90px;
|
||||
height: 140px;
|
||||
width: 150px;
|
||||
height: 200px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid rgba(255, 215, 80, 0.7);
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
@ -220,8 +220,8 @@ body {
|
||||
/* ── CENTER CARD AREA ── */
|
||||
.card-area {
|
||||
position: absolute;
|
||||
left: 220px;
|
||||
right: 220px;
|
||||
left: 90px;
|
||||
right: 110px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user