adapting component to handle inner section titling
This commit is contained in:
parent
eeb87f1b3c
commit
a0d32eeb51
|
|
@ -1,7 +1,12 @@
|
||||||
.block-content-page-header {
|
.block-content-page-header {
|
||||||
@apply py-8 md:py-16 flex gap-12 justify-between mx-auto;
|
@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 {
|
&__content {
|
||||||
grow: 0;
|
grow: 0;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|
@ -33,7 +38,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply !block;
|
|
||||||
margin-bottom: unset;
|
margin-bottom: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user