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,8 +45,12 @@ article > *:not(.entry-content),
}
}
}
.wp-singular.page{
.site-content {
> *:not(.alignfull, .alignwide) {
@apply max-w-content mx-auto;
}
> :first-child {
@apply !mt-0;
}
@ -59,7 +63,7 @@ article > *:not(.entry-content),
@apply font-bold;
}
}
}
}
.content-box {