From 9a6288420a10ac9b520aaeef82e1767fadfc511b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 30 Jan 2026 10:16:59 +0100 Subject: [PATCH] FEATURE Ajout d'une contrainte de largeur maximale pour la section de chapitre --- resources/css/blocks/chapter-section.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index fbd6826..c15cf84 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -1,7 +1,7 @@ .chapter-section { @apply relative flex flex-col lg:flex-row items-center justify-between gap-8 2xl:gap-12 !my-16; @apply py-16 md:py-32 xl:py-32 2xl:py-48 px-8 md:px-20; - @apply max-w-screen-2xl mx-auto; + @apply !max-w-screen-2xl mx-auto; color: var(--content-box-text-color); min-height: 60vh;