From 38836ef894a45e8d94f30cc9f68578cd93b9d215 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 4 Feb 2026 11:18:16 +0100 Subject: [PATCH] REFINE footer aspect with new alignwide and alignfull rules --- resources/css/layout/gutenberg.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index 2d92f4c..30545a1 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -45,10 +45,9 @@ article > *:not(.entry-content), } } } -.wp-singular.page{ - +.wp-singular.page { .site-content { - > *:not(.alignfull, .alignwide) { + > *:not(.alignfull, .alignwide, footer) { @apply max-w-content mx-auto; } > :first-child {