diff --git a/src/components/WeaponGrid/WeaponGrid.css b/src/components/WeaponGrid/WeaponGrid.css index dd717937..ee4d4d22 100644 --- a/src/components/WeaponGrid/WeaponGrid.css +++ b/src/components/WeaponGrid/WeaponGrid.css @@ -1,6 +1,6 @@ .WeaponGrid { display: flex; - margin-top: 48px; + margin-top: 96px; justify-content: center; } diff --git a/src/components/WeaponGrid/WeaponGrid.tsx b/src/components/WeaponGrid/WeaponGrid.tsx index 460bf034..b9d6037d 100644 --- a/src/components/WeaponGrid/WeaponGrid.tsx +++ b/src/components/WeaponGrid/WeaponGrid.tsx @@ -4,22 +4,25 @@ import './WeaponGrid.css' import WeaponGridMainhand from '../WeaponGridMainhand/WeaponGridMainhand' import WeaponGridUnit from '../WeaponGridUnit/WeaponGridUnit' -const WeaponGrid = () => ( -