FEATURE Réorganisation des styles de la page singulière pour améliorer la mise en page et l'alignement

This commit is contained in:
Antoine M 2026-01-30 10:17:26 +01:00
parent adda47b8ae
commit 95406b712e

View File

@ -45,26 +45,30 @@ article > *:not(.entry-content),
} }
} }
} }
.wp-singular.page{
.site-content { .site-content {
> :first-child { > *:not(.alignfull, .alignwide) {
@apply !mt-0; @apply max-w-content mx-auto;
} }
> .carhop-heading { > :first-child {
@apply px-4 md:px-0; @apply !mt-0;
} }
p, > .carhop-heading {
li { @apply px-4 md:px-0;
strong { }
@apply font-bold; p,
li {
strong {
@apply font-bold;
}
} }
} }
} }
.content-box{ .content-box {
&__innerblocks{ &__innerblocks {
.block-editor-inner-blocks{ .block-editor-inner-blocks {
max-width: 960px !important; max-width: 960px !important;
} }
} }