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); }