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:
parent
adda47b8ae
commit
95406b712e
|
|
@ -45,8 +45,12 @@ article > *:not(.entry-content),
|
|||
}
|
||||
}
|
||||
}
|
||||
.wp-singular.page{
|
||||
|
||||
.site-content {
|
||||
.site-content {
|
||||
> *:not(.alignfull, .alignwide) {
|
||||
@apply max-w-content mx-auto;
|
||||
}
|
||||
> :first-child {
|
||||
@apply !mt-0;
|
||||
}
|
||||
|
|
@ -59,12 +63,12 @@ article > *:not(.entry-content),
|
|||
@apply font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.content-box{
|
||||
&__innerblocks{
|
||||
.block-editor-inner-blocks{
|
||||
.content-box {
|
||||
&__innerblocks {
|
||||
.block-editor-inner-blocks {
|
||||
max-width: 960px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user