diff --git a/src/frontend/src/features/home/routes/Home.tsx b/src/frontend/src/features/home/routes/Home.tsx index 04cf1d30..21178707 100644 --- a/src/frontend/src/features/home/routes/Home.tsx +++ b/src/frontend/src/features/home/routes/Home.tsx @@ -30,7 +30,7 @@ const Columns = ({ children }: { children?: ReactNode }) => { minHeight: '100%', justifyContent: 'normal', padding: '0 1rem', - width: 'calc(100%-2rem)', + width: 'calc(100% - 2rem)', opacity: 0, animation: '.5s ease-in fade 0s forwards', lg: {