From 1fd5427c0f1a990b7bb4da58cfe4d7ac271c62bd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 12 Jan 2026 13:50:13 +0100 Subject: [PATCH] STYLE Update selector for first child in site content to improve margin handling --- resources/css/layout/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index b007b27..d1330eb 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -47,7 +47,7 @@ article > *:not(.entry-content), } .site-content { - :first-child { + > :first-child { @apply !mt-0; } > .carhop-heading {