fix styling on equip/unequip buttons
authorxangelo <git@xangelo.ca>
Fri, 2 Jun 2023 18:55:37 +0000 (14:55 -0400)
committerxangelo <git@xangelo.ca>
Fri, 2 Jun 2023 18:55:37 +0000 (14:55 -0400)
public/assets/css/game.css

index e2f6f40bd713141261dc42cb27a2357ec53410b4..41d4afdbe01e9bfdc596c0bafd50eddcce9a6130 100644 (file)
@@ -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;