diff --git a/resources/css/components/section-titling.css b/resources/css/components/section-titling.css index 06cbac7..c50b827 100644 --- a/resources/css/components/section-titling.css +++ b/resources/css/components/section-titling.css @@ -7,6 +7,7 @@ text-xl uppercase pb-2 + !mb-0 tracking-widest; } @@ -33,3 +34,18 @@ .content-intertitle { @apply text-secondary text-lg font-semibold pb-1; } + +.homegrade-title { + @apply font-bold; +} + +.homegrade-title--secondary-small { + @apply text-secondary uppercase !mb-2; +} +.homegrade-title--black-large { + @apply text-neutral-900 text-4xl; +} + +.homegrade-title--secondary-small + .homegrade-title--black-large { + @apply !mt-0; +}