diff --git a/src/Pages/EquipmentListPage/EquipmentListPage.tsx b/src/Pages/EquipmentListPage/EquipmentListPage.tsx
index 332c297..58bb098 100644
--- a/src/Pages/EquipmentListPage/EquipmentListPage.tsx
+++ b/src/Pages/EquipmentListPage/EquipmentListPage.tsx
@@ -64,68 +64,67 @@ export default function EquipmentListPage() {
display: "flex",
alignItems: "center",
justifyContent: "center",
- height: "100%",
+ height: "80%",
width: "100%",
- minHeight: "100%",
+ minHeight: "80%",
minWidth: "100%",
- flexWrap: "wrap",
- }}
+ }}>
+
+
+
+
- >
-
-
-
-
- SetAddSKUModalOpen(false)}
- modal
- position={"top center"}
- contentStyle={{
- width: "32rem",
- borderRadius: 16,
- borderColor: "grey",
- borderStyle: "solid",
- borderWidth: 1,
- padding: 16,
- alignContent: "center",
- justifyContent: "center",
- textAlign: "center",
- }}
- >
-
-
+
+