diff --git a/frontend-react/src/components/user/BuildTab.tsx b/frontend-react/src/components/user/BuildTab.tsx index 36efe3635..5f49fc1e5 100644 --- a/frontend-react/src/components/user/BuildTab.tsx +++ b/frontend-react/src/components/user/BuildTab.tsx @@ -92,11 +92,11 @@ const BuildTab: React.FC = ({ display="flex" flexWrap="wrap" mt="1em" - width="100vw" + width="80vw" position="relative" left="50%" right="50%" - mx="-50vw" + mx="-40vw" justifyContent="center" > {filteredBuilds.map((build) => (