fix: spacing of filter-container on repair page
authorxangelo <me@xangelo.ca>
Mon, 20 Jan 2025 16:04:26 +0000 (11:04 -0500)
committerxangelo <me@xangelo.ca>
Mon, 20 Jan 2025 16:04:26 +0000 (11:04 -0500)
public/assets/css/inventory.css
public/assets/css/store.css
public/assets/css/tabs.css

index e59a3fffae16768b21b8d46a20854ead46ea76bd..039b403126e3be9c02357ed9a3c97bf7a0509f04 100644 (file)
@@ -7,6 +7,7 @@
 
 #inventory-section {
     width: 100%;
+    margin-top: 0;
 
     .listing {
         min-height: 2rem;
index bbbcd1be05791997af3c7b3bed8a9d5f0b4dcf9d..957898c051272b75fb618f1388a1569b05f0cf64 100644 (file)
@@ -1,8 +1,3 @@
-#explore .shop-inventory-listing {
-    margin: 2rem auto 1rem;
-    width: 90%;
-}
-
 .shop-inventory-listing {
 
     .list-item:nth-child(even) .requirements {
index da62487e129763f736b2dd39ee484f304be7c782..1276727bd4c0a654b29f776a7cd6bcf999115705 100644 (file)
@@ -51,6 +51,9 @@ nav {
 }
 
 .filter-container {
+  width: 90%;
+  margin: 2rem auto 1rem;
+
   .listing {
     border: solid 1px #6d251c;
     z-index: 2;