diff options
author | 2024-08-25 04:48:36 +0100 | |
---|---|---|
committer | 2024-08-25 04:48:36 +0100 | |
commit | 57f0d072c5d4e7023ea523e1bd75213948789769 (patch) | |
tree | a61117a00d1677164a9414489dd9f6a006770267 | |
parent | Add loading animation to store page loading (diff) |
Better grid space optimisation
-rw-r--r-- | thallium-frontend/src/pages/StorePage.tsx | 1 |
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 = () => { |