handling text align features

This commit is contained in:
Antoine M 2023-11-07 16:50:28 +01:00
parent d2b9d4e910
commit 731f6689b2

View File

@ -29,6 +29,15 @@
@apply ml-0;
}
}
&--centered {
@apply text-center;
}
&--right {
@apply text-right;
.section_titling__subtitle {
@apply !mr-0;
}
}
}
.content-intertitle {