diff --git a/equipment/styles.css b/equipment/styles.css index ee8b7b3..213ce84 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -350,10 +350,12 @@ body { } .weapon-icon-bg-wrapper { - width: 150px; - height: 145px; + width: 170px; + height: 170px; + position: relative; + top: 20px; background-image: url("/assets/en/ui/gearsmallbg.png"); - background-size: cover; + background-size: contain; background-repeat: no-repeat; border-radius: 12px; display: flex; @@ -367,6 +369,8 @@ body { } .weapon-inked-icon { + position: relative; + bottom: 13px; width: 125px; height: 125px; object-fit: contain;