From c2c60cc515bc9bda0fe8ddc44488c10b46fea217 Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Tue, 14 Oct 2025 23:24:11 +0100 Subject: [PATCH] Update Inventory CSS: Remove horizontal overflow property and set a new font family for the inventory container to enhance visual consistency and readability. --- css/inventory.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/inventory.css b/css/inventory.css index 15cf413..3e31e47 100644 --- a/css/inventory.css +++ b/css/inventory.css @@ -8,9 +8,9 @@ height: 80px; display: flex; align-items: center; - overflow-x: auto; padding: 0 20px; z-index: 1000; + font-family: 'VT323'; } #inventory-container::-webkit-scrollbar {