From a08d63e218fe901b6174793a9536e689effe0827 Mon Sep 17 00:00:00 2001 From: joshborseth Date: Fri, 8 Dec 2023 09:20:33 -0800 Subject: [PATCH] adjusted styles to fix mobile issue --- apps/marketing/src/pages/index.tsx | 36 +++++++----------------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/apps/marketing/src/pages/index.tsx b/apps/marketing/src/pages/index.tsx index e4ef233..bba19f8 100644 --- a/apps/marketing/src/pages/index.tsx +++ b/apps/marketing/src/pages/index.tsx @@ -30,34 +30,21 @@ const Home: NextPage = () => { <> {`webhookthing`} - + -
+
-

+

{`webhook`} {`thing`}

-
+
-
- {`Run webhooks locally with 1 click.`} -
-
+
{`Run webhooks locally with 1 click.`}
+
{`npx webhookthing@latest`}
@@ -65,9 +52,7 @@ const Home: NextPage = () => {