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 { .slot-label {
position: absolute; font-size: 13px;
bottom: -18px;
width: 100%;
text-align: center;
font-size: 12px;
color: #3a2413;
font-weight: bold; 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 */ /* Slot Basis */
@ -313,7 +311,7 @@ body {
/* WAFFE */ /* WAFFE */
.weapon { .weapon {
top: 170px; top: 150px;
right: 70px; right: 70px;
} }
@ -327,7 +325,7 @@ body {
/* SCHILD */ /* SCHILD */
.shield { .shield {
top: 240px; top: 260px;
right: 70px; right: 70px;
} }