diff --git a/beaverhabits/frontend/index_page.py b/beaverhabits/frontend/index_page.py index 8141682e..477ea9a8 100644 --- a/beaverhabits/frontend/index_page.py +++ b/beaverhabits/frontend/index_page.py @@ -38,7 +38,7 @@ def day_headers(days: list[datetime.date]): @contextmanager def row(): - with ui.row().classes("pl-4 pr-2 py-0").classes("no-wrap gap-0"): + with ui.row().classes("pl-4 pr-1 py-0").classes("no-wrap gap-0"): yield