From fe1df3d199c605132449be4725a265029cf79efa Mon Sep 17 00:00:00 2001 From: xangelo Date: Fri, 2 Jun 2023 14:55:37 -0400 Subject: [PATCH] fix styling on equip/unequip buttons --- public/assets/css/game.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- 2.25.1