From 784a19aa7e7c0c9d32785fbb0bda318393f47456 Mon Sep 17 00:00:00 2001 From: Filip Mazur Date: Mon, 22 Jan 2024 15:14:58 +0100 Subject: [PATCH] done --- .../src/pages/StartingScreen/DebuggerFormSection/styles.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/pages/StartingScreen/DebuggerFormSection/styles.tsx b/packages/frontend/src/pages/StartingScreen/DebuggerFormSection/styles.tsx index c440700d..1e9ea5c3 100644 --- a/packages/frontend/src/pages/StartingScreen/DebuggerFormSection/styles.tsx +++ b/packages/frontend/src/pages/StartingScreen/DebuggerFormSection/styles.tsx @@ -38,7 +38,7 @@ export const LeftEllipse = styled('div')(({ theme }) => ({ height: `113%`, width: `100%`, left: '0%', - top: `10%`, + top: `5%`, position: 'absolute', backgroundImage: `url(${leftEllipse})`, backgroundSize: `100% 100%, 100%, 100%`, @@ -47,7 +47,6 @@ export const LeftEllipse = styled('div')(({ theme }) => ({ backgroundPositionY: `10%, 2%`, [theme.breakpoints.down('xl')]: { top: '0%', - // width: `100vw`, }, [theme.breakpoints.down('lg')]: { backgroundSize: `auto 85%`,