From 731f6689b20c26211eb105bca23d8d8c5abb29de Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Nov 2023 16:50:28 +0100 Subject: [PATCH] handling text align features --- resources/css/components/section-titling.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {