From 10dd95be607f7a33256867e2bcbd6d6638850c44 Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Sun, 25 Jan 2026 19:12:24 -0700 Subject: [PATCH] style: Refine mobile calendar fit and padding --- src/app/globals.css | 2 +- src/components/UsageCalendar.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 38c6120..dc3374f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -224,7 +224,7 @@ /* Make calendar fill available space on mobile */ @media (max-width: 640px) { .rdp { - --rdp-cell-size: calc((100vw - 40px) / 7); + --rdp-cell-size: calc((100vw - 50px) / 7); font-size: 0.9rem; margin: 0 auto; } diff --git a/src/components/UsageCalendar.tsx b/src/components/UsageCalendar.tsx index b216f65..180851f 100644 --- a/src/components/UsageCalendar.tsx +++ b/src/components/UsageCalendar.tsx @@ -214,11 +214,11 @@ export function UsageCalendar({ usageData, onDataUpdate, religion, onReligionUpd return ( <> - + Usage Calendar - +
{/* Calendar */}