From 2ed7952a71db102d23567bfc45e983f31f466da2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 May 2026 11:55:53 +0200 Subject: [PATCH] STYLE tiny adaptation --- resources/css/blocks/content-box.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/content-box.css b/resources/css/blocks/content-box.css index 4532ac7..8ce9412 100644 --- a/resources/css/blocks/content-box.css +++ b/resources/css/blocks/content-box.css @@ -59,12 +59,12 @@ &.alignwide, &.aligncontained { - @apply !mx-auto; + @apply md:!mx-auto; } &.aligncontained { /* max-width: calc(960px - 4rem) !important; */ - @apply !max-w-screen-lg; + @apply !max-w-screen-lg ; } &.alignwide { @media (max-width: 767px) {