From 30f5cd675ee29996d8307760312f9986e8cedfe4 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 13 Feb 2024 19:21:31 +0100 Subject: [PATCH] refactoring titling css component --- src/assets/css/components/Titling.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/assets/css/components/Titling.scss diff --git a/src/assets/css/components/Titling.scss b/src/assets/css/components/Titling.scss new file mode 100644 index 0000000..261045f --- /dev/null +++ b/src/assets/css/components/Titling.scss @@ -0,0 +1,5 @@ +.titling-construction { + @apply bg-construction text-zuume w-fit py-1 px-4 text-3xl; + + transform: rotate(-3deg) skew(-1deg); +}