make ammo group index more compact

This commit is contained in:
2022-11-06 20:29:12 -05:00
parent 10c4f40864
commit 44fbd69e0f
8 changed files with 21 additions and 8 deletions

View File

@ -25,7 +25,7 @@
}
.btn {
@apply inline-block break-words min-w-4;
@apply inline-block break-words;
@apply focus:outline-none px-4 py-2 rounded-lg;
@apply shadow-sm focus:shadow-lg;
@apply transition-all duration-300 ease-in-out;
@ -52,7 +52,7 @@
}
.link {
@apply inline-block break-all min-w-4;
@apply inline-block break-words;
@apply hover:underline;
@apply transition-colors duration-500 ease-in-out;
}