diff --git a/packages/frontend/src/pages/org-slug/projects/create/Template.tsx b/packages/frontend/src/pages/org-slug/projects/create/Template.tsx index 1f4236ff..682d1f48 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/Template.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/Template.tsx @@ -20,7 +20,7 @@ import { useMediaQuery } from 'usehooks-ts'; const CreateWithTemplate = () => { const { orgSlug } = useParams(); - const isDesktopView = useMediaQuery('(min-width: 720px)'); // md: + const isDesktopView = useMediaQuery('(min-width: 960px)'); // lg: const stepsOrientation = isDesktopView ? 'vertical' : 'horizontal'; const stepperValues = [ @@ -51,8 +51,8 @@ const CreateWithTemplate = () => { ); return ( -
-
+
+
{template?.name} @@ -73,15 +73,15 @@ const CreateWithTemplate = () => {
-
-
+
+
-
+