From a90e27ba168f7661ec1e9917a23cc9e90d51f4b5 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Mon, 8 Sep 2025 16:33:41 -0700 Subject: [PATCH] make combat log smaller --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e0929c2..70ca32a 100644 --- a/style.css +++ b/style.css @@ -202,7 +202,7 @@ h3 { bottom: 20px; left: 20px; width: 500px; - height: 300px; + height: 200px; background: linear-gradient(135deg, rgba(42, 42, 58, 0.4) 0%, rgba(26, 26, 42, 0.4) 100%); border: 2px solid #3a3a4a; border-radius: 8px;