From: xangelo Date: Wed, 12 Jul 2023 18:39:21 +0000 (-0400) Subject: fix: spacing of stats/equipped items section on mobile X-Git-Tag: v0.1.0~3 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=9f45e485e5ac3f9259a2bd1463ec895d9b76e1c1;p=risinglegends.git fix: spacing of stats/equipped items section on mobile --- 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;