From: xangelo Date: Fri, 2 Jun 2023 18:55:37 +0000 (-0400) Subject: fix styling on equip/unequip buttons X-Git-Tag: v0.0.1~72 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=fe1df3d199c605132449be4725a265029cf79efa;p=risinglegends.git fix styling on equip/unequip buttons --- diff --git a/public/assets/css/game.css b/public/assets/css/game.css index e2f6f40..41d4afd 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -229,6 +229,9 @@ h2 { .store-list:nth-child(even) { background-color: #eee; } +.store-list:last-child { + margin-bottom: 0; +} .store-list img { width: 64px; height: 64px; @@ -247,7 +250,10 @@ h2 { } .store-actions { width: 75px; - margin: 0.5rem 1rem; + margin: 0.3rem; + align-items: center; + display: flex; + flex-direction: column; } .store-actions button { width: 75px;