From fdbb03c904a342c27efb067df00a406d87fbc6e8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 27 Nov 2025 09:18:39 +0100 Subject: [PATCH] FIX sometime margin top 0 not working as first child --- 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 d783eab..f5ee3a2 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -6,7 +6,7 @@ min-height: 60vh; &:first-child { - @apply mt-0; + @apply !mt-0; } h2 {