fix: spacing of stats/equipped items section on mobile
authorxangelo <git@xangelo.ca>
Wed, 12 Jul 2023 18:39:21 +0000 (14:39 -0400)
committerxangelo <git@xangelo.ca>
Wed, 12 Jul 2023 18:39:21 +0000 (14:39 -0400)
public/assets/css/game.css

index d112dc3c54349643b4a66c3f9f33c5eb4b9eb4e0..bdf0a9b8e8532b9547e564b9c52c3c19d68f904c 100644 (file)
@@ -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;