From 71d6d2fc26000ed6bdd4153b1e7f041f63023289 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 15 Dec 2025 11:04:23 +0100 Subject: [PATCH] TEST FIX On margin top for first blocks of site content --- resources/css/layout/gutenberg.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index 23d0eb3..b007b27 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -47,6 +47,9 @@ article > *:not(.entry-content), } .site-content { + :first-child { + @apply !mt-0; + } > .carhop-heading { @apply px-4 md:px-0; }