refining span

This commit is contained in:
Antoine M 2024-05-08 14:31:45 +02:00
parent 4ed25cc058
commit 0ed8de0580

View File

@ -1,4 +1,4 @@
.span-construction {
@apply bg-construction text-zuume text-slate-900 inline-block px-8 py-2;
@apply bg-construction text-zuume text-slate-900 inline-block px-4 py-2;
transform: rotate(-2deg);
}