This commit is contained in:
Cay 2026-03-13 16:37:52 +00:00
parent 2c4943be18
commit 3d03f0d3ac

View File

@ -256,14 +256,12 @@ body {
}
.slot-label {
position: absolute;
bottom: -18px;
width: 100%;
text-align: center;
font-size: 12px;
color: #3a2413;
font-size: 13px;
font-weight: bold;
pointer-events: none;
color: #3a2413;
text-shadow:
0 1px 2px white,
0 0 3px rgba(0, 0, 0, 0.3);
}
/* Slot Basis */
@ -313,7 +311,7 @@ body {
/* WAFFE */
.weapon {
top: 170px;
top: 150px;
right: 70px;
}
@ -327,7 +325,7 @@ body {
/* SCHILD */
.shield {
top: 240px;
top: 260px;
right: 70px;
}