border #72

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-07 02:24:35 +00:00

View File

@@ -391,7 +391,7 @@ document.addEventListener("DOMContentLoaded", () => {
@apply flex flex-wrap gap-3 mt-1 p-4;
&__tag {
@apply text-xl font-medium px-3 py-2 rounded-full border-1;
@apply text-xl font-medium px-3 py-2 rounded-full border-2;
transition: all 0.3s ease-in-out;
}