style: ajusta espacamento de telas do dashboard

This commit is contained in:
Felipe Coutinho
2026-05-05 17:17:19 +00:00
parent 9c0669a152
commit 6ea064e1bd
10 changed files with 27 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ export default async function Page({ searchParams }: PageProps) {
};
return (
<main className="flex flex-col gap-3">
<main className="flex flex-col gap-4">
<MonthNavigation />
<MonthlyCalendar
period={calendarPeriod}