From a464d79c6f9d4df68fcc8fc16ae41a03934d507a Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Mon, 8 Sep 2025 16:40:22 -0700 Subject: [PATCH] ui modifications for battle screen --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 70ca32a..5ff16fa 100644 --- a/style.css +++ b/style.css @@ -201,8 +201,8 @@ h3 { position: fixed; bottom: 20px; left: 20px; - width: 500px; - height: 200px; + width: 400px; + height: 250px; 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; @@ -563,7 +563,7 @@ h3 { .enemy-battle-zone { position: absolute; - top: 490px; + top: 390px; right: 80px; display: flex; justify-content: flex-end; @@ -574,7 +574,7 @@ h3 { .player-battle-zone { position: absolute; - top: 490px; + top: 390px; left: 80px; display: flex; justify-content: flex-start; @@ -1524,7 +1524,7 @@ h3 { display: flex; justify-content: center; align-items: flex-end; - padding: 0; + margin-left: 160px; min-height: 200px; position: relative; overflow: visible;