From 612066d96c4d23bcc028fa8ba6079cbfcefc1cab Mon Sep 17 00:00:00 2001 From: James Grugett Date: Fri, 16 Sep 2022 17:26:00 -0500 Subject: [PATCH] Tweak margin --- web/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index 872bdda5..59e793e9 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -77,7 +77,7 @@ export default function Home() { - + <Title className="!mt-0 !mb-0" text="Home" /> <DailyStats user={user} /> </Row>