From 9ece19600c68b326b17df90309637474421bfa63 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Thu, 30 May 2024 17:32:24 +0100 Subject: [PATCH] fix(web): add lg:mx-auto to landing page --- apps/web/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index b4c8a08..3f874f4 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -62,7 +62,7 @@ export default function Page(): JSX.Element {
+ className="border-slate-6 g:mx-auto relative mt-10 flex flex-col items-center overflow-hidden rounded-3xl border-t px-6 py-12 lg:container sm:mx-5 sm:py-24 md:mx-10">