From dfd540c6013dc1e30c0f452de0d40e3c3a9b1b86 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sat, 3 Oct 2020 22:58:05 +0300 Subject: [PATCH] Fixes #117 --- frontend-react/src/components/user/BuildTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => (