From 869509820c08a58aa966725ddede5d78ad5a51ae Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 26 Nov 2025 12:02:12 +0100 Subject: [PATCH] =?UTF-8?q?STYLE=20Ajout=20de=20la=20r=C3=A8gle=20d'aligne?= =?UTF-8?q?ment=20pour=20les=20=C3=A9l=C3=A9ments=20avec=20la=20classe=20a?= =?UTF-8?q?lignwide=20dans=20le=20CSS=20de=20la=20bo=C3=AEte=20de=20conten?= =?UTF-8?q?u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/blocks/content-box.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/blocks/content-box.css b/resources/css/blocks/content-box.css index f42921c..3d99ee4 100644 --- a/resources/css/blocks/content-box.css +++ b/resources/css/blocks/content-box.css @@ -11,6 +11,10 @@ background-color: var(--content-box-background-color, transparent); } + &.alignwide { + @apply !mx-auto; + } + .wp-block-group { }