feat: styles update

This commit is contained in:
2025-04-07 16:37:59 +03:00
parent 083a0f27c0
commit 2ef4b967f3
6 changed files with 48 additions and 30 deletions

View File

@@ -1,5 +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];
@apply flex h-24 w-[300px] cursor-pointer flex-col items-center justify-center rounded-md border-2 text-xl transition-transform hover:scale-[1.05] active:scale-[1.05] md:w-[500px];
}