From 9f45e485e5ac3f9259a2bd1463ec895d9b76e1c1 Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 12 Jul 2023 14:39:21 -0400 Subject: [PATCH] fix: spacing of stats/equipped items section on mobile --- public/assets/css/game.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index d112dc3..bdf0a9b 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -352,10 +352,14 @@ h3 { flex-direction: column; } #character-summary { + width: 100%; display: flex; justify-content: space-between; align-items: flex-start; } + #extra-inventory-info { + margin-top: 0rem; + } #inventory-section { margin-left: 0; margin-top: 2rem; -- 2.25.1