feat: tasks buttons

This commit is contained in:
2025-04-15 16:42:35 +03:00
parent 9d6f0ce73d
commit 1b1c45935b
2 changed files with 16 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
@reference "../index.scss";
#container {
@apply flex min-h-auto w-screen flex-col items-center gap-4 px-2 py-3 md:min-h-screen md:w-[30rem];
@apply flex min-h-auto w-screen flex-col items-center gap-4 px-2 py-3 md:min-h-screen md:w-[20rem];
}
.menu_container {