feat: task component

This commit is contained in:
2025-04-07 13:02:50 +03:00
parent ac9bde2a54
commit b9efdef024
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@reference "../index.scss";
.task {
@apply flex h-24 w-[300px] flex-col items-center justify-center rounded-md border-2 text-xl md:w-[500px];
}