From: xangelo Date: Mon, 20 Jan 2025 16:04:26 +0000 (-0500) Subject: fix: spacing of filter-container on repair page X-Git-Tag: v0.4.5~4 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=1185e44781e4cc4a5b8bf681f1571daeef118c86;p=risinglegends.git fix: spacing of filter-container on repair page --- diff --git a/public/assets/css/inventory.css b/public/assets/css/inventory.css index e59a3ff..039b403 100644 --- a/public/assets/css/inventory.css +++ b/public/assets/css/inventory.css @@ -7,6 +7,7 @@ #inventory-section { width: 100%; + margin-top: 0; .listing { min-height: 2rem; diff --git a/public/assets/css/store.css b/public/assets/css/store.css index bbbcd1b..957898c 100644 --- a/public/assets/css/store.css +++ b/public/assets/css/store.css @@ -1,8 +1,3 @@ -#explore .shop-inventory-listing { - margin: 2rem auto 1rem; - width: 90%; -} - .shop-inventory-listing { .list-item:nth-child(even) .requirements { diff --git a/public/assets/css/tabs.css b/public/assets/css/tabs.css index da62487..1276727 100644 --- a/public/assets/css/tabs.css +++ b/public/assets/css/tabs.css @@ -51,6 +51,9 @@ nav { } .filter-container { + width: 90%; + margin: 2rem auto 1rem; + .listing { border: solid 1px #6d251c; z-index: 2;