removing section titling padding x when innerblock

This commit is contained in:
Antoine M 2024-04-08 16:46:49 +02:00
parent 5527107f38
commit b27303792d

View File

@ -10,6 +10,9 @@
&__content {
grow: 0;
max-width: 600px;
.section_titling {
@apply px-0;
}
}
&__page-icon {
@apply hidden md:block;