From de04f37b6d8f89e64689ca0a84aea429d48e7b82 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Apr 2024 15:38:02 +0200 Subject: [PATCH] refining paddings --- src/assets/css/components/Titling.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/components/Titling.scss b/src/assets/css/components/Titling.scss index 261045f..2c360ee 100644 --- a/src/assets/css/components/Titling.scss +++ b/src/assets/css/components/Titling.scss @@ -1,5 +1,5 @@ .titling-construction { - @apply bg-construction text-zuume w-fit py-1 px-4 text-3xl; + @apply bg-construction text-zuume w-fit py-2 px-4 text-3xl; transform: rotate(-3deg) skew(-1deg); }