diff options
-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 = () => { |