From b890d7e39d1958b44938afc7be94ea140c0b3e6b Mon Sep 17 00:00:00 2001 From: Cay Date: Sat, 14 Mar 2026 13:35:54 +0000 Subject: [PATCH] pop50 --- public/css/building.css | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/public/css/building.css b/public/css/building.css index 9c735ef..810eacb 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -403,29 +403,36 @@ body { } #inventory-page { - font-size: 16px; + font-size: 18px; font-weight: bold; + + display: flex; + align-items: center; } #inv-left, #inv-right { - width: 40px; - height: 40px; + background: none; + border: none; - font-size: 20px; + font-size: 24px; cursor: pointer; - background: #6b4b2a; - color: white; + padding: 0; + margin: 0; - border: none; - border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + + color: #5c3b20; } #inv-left:hover, #inv-right:hover { - background: #8b6a3c; + color: #8b6a3c; + transform: scale(1.1); } #inventory-nav { @@ -433,7 +440,7 @@ body { align-items: center; justify-content: center; - gap: 20px; + gap: 15px; margin-top: 10px; }