From 9bd68f6e53b435b7ecdeaf1ae8f8b9cfc742be77 Mon Sep 17 00:00:00 2001 From: Cay Date: Fri, 13 Mar 2026 18:50:39 +0000 Subject: [PATCH] pop37 --- public/css/building.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/building.css b/public/css/building.css index 5519409..fcefd3b 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -391,17 +391,17 @@ body { padding: 10px; - max-height: 320px; + max-height: 340px; overflow-y: auto; } #inventory-wrapper { - width: 620px; + width: 640px; margin: 0 auto; - max-height: 320px; + max-height: 340px; overflow-y: auto; }