diff --git a/resources/css/components/section-titling.css b/resources/css/components/section-titling.css index c50b827..2d90063 100644 --- a/resources/css/components/section-titling.css +++ b/resources/css/components/section-titling.css @@ -29,6 +29,15 @@ @apply ml-0; } } + &--centered { + @apply text-center; + } + &--right { + @apply text-right; + .section_titling__subtitle { + @apply !mr-0; + } + } } .content-intertitle {