STYLE Ajout de la règle d'alignement pour les éléments avec la classe alignwide dans le CSS de la boîte de contenu
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a233d3830e
commit
869509820c
|
|
@ -11,6 +11,10 @@
|
|||
background-color: var(--content-box-background-color, transparent);
|
||||
}
|
||||
|
||||
&.alignwide {
|
||||
@apply !mx-auto;
|
||||
}
|
||||
|
||||
.wp-block-group {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user