refactoring titling css component

This commit is contained in:
Antoine M 2024-02-13 19:21:31 +01:00
parent 7be28f1b5a
commit 30f5cd675e

View File

@ -0,0 +1,5 @@
.titling-construction {
@apply bg-construction text-zuume w-fit py-1 px-4 text-3xl;
transform: rotate(-3deg) skew(-1deg);
}