feat: empty tasks page style

This commit is contained in:
2025-04-16 14:13:34 +03:00
parent 1b1c45935b
commit a00ec135f1
2 changed files with 31 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
@reference "../index.scss";
.container {
@apply flex h-fit w-full flex-col items-center gap-4 pt-3 md:px-6;
@apply flex h-fit min-h-full w-full flex-col items-center gap-4 pt-3 md:px-6;
}
.header {