aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-25 04:48:36 +0100
committerGravatar Joe Banks <[email protected]>2024-08-25 04:48:36 +0100
commit57f0d072c5d4e7023ea523e1bd75213948789769 (patch)
treea61117a00d1677164a9414489dd9f6a006770267
parentAdd loading animation to store page loading (diff)
Better grid space optimisation
-rw-r--r--thallium-frontend/src/pages/StorePage.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-frontend/src/pages/StorePage.tsx b/thallium-frontend/src/pages/StorePage.tsx
index 468075b..0ebc228 100644
--- a/thallium-frontend/src/pages/StorePage.tsx
+++ b/thallium-frontend/src/pages/StorePage.tsx
@@ -17,6 +17,7 @@ const StoreGrid = styled.div`
gap: 2rem;
margin-left: 1rem;
margin-right: 1rem;
+ width: 80%;
`;
const StorePage = () => {