From bb98b954bbacd988abe0491a5099d64f403006ed Mon Sep 17 00:00:00 2001 From: Matt Stein Date: Sat, 7 Jun 2025 17:42:56 -0700 Subject: [PATCH] Reduce horizontal padding for mobile layout. (#172) --- apps/web/src/app/(dashboard)/dasboard-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(dashboard)/dasboard-layout.tsx b/apps/web/src/app/(dashboard)/dasboard-layout.tsx index a5efd6f..e894a37 100644 --- a/apps/web/src/app/(dashboard)/dasboard-layout.tsx +++ b/apps/web/src/app/(dashboard)/dasboard-layout.tsx @@ -13,7 +13,7 @@ export function DashboardLayout({ children }: { children: React.ReactNode }) { -
+
{isMobile ? ( ) : null}