From 3d03f0d3ac2100bd2e4a283c258a9569b8b91d81 Mon Sep 17 00:00:00 2001 From: Cay Date: Fri, 13 Mar 2026 16:37:52 +0000 Subject: [PATCH] pop21 --- public/css/building.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/public/css/building.css b/public/css/building.css index 55961bd..42c4075 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -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; }