adapting component to handle inner section titling

This commit is contained in:
Antoine M 2024-04-08 15:33:56 +02:00
parent eeb87f1b3c
commit a0d32eeb51

View File

@ -1,7 +1,12 @@
.block-content-page-header {
@apply py-8 md:py-16 flex gap-12 justify-between mx-auto;
/* @apply px-16; */
.section_titling {
@apply px-0 !mb-1;
&__title {
@apply mt-0;
}
}
&__content {
grow: 0;
max-width: 600px;
@ -33,7 +38,6 @@
}
}
p {
@apply !block;
margin-bottom: unset;
}
}