Small job list fixes

This commit is contained in:
2024-09-11 07:13:32 +02:00
parent fadcea03c0
commit 7d328368e9
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
@apply text-sm font-medium text-center font-bold rounded-lg uppercase bg-gray-300 bg-opacity-50 px-2 py-1.5 shadow;
}
.badge-hover {
@apply p-1 hover:bg-opacity-75;
@apply hover:bg-opacity-75;
}
.badge-xl {
@apply text-2xl;