From c37d0d413db9907d9e4c06cb2d4b3bd7e096faee Mon Sep 17 00:00:00 2001 From: Giorgio Garofalo Date: Mon, 2 Dec 2024 21:47:27 +0100 Subject: [PATCH] Remove margin from single-child containers --- core/src/main/resources/render/theme/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/render/theme/global.css b/core/src/main/resources/render/theme/global.css index 4bd35320..9fa639c3 100644 --- a/core/src/main/resources/render/theme/global.css +++ b/core/src/main/resources/render/theme/global.css @@ -410,7 +410,7 @@ Example: "Figure 1.1:" align-items: end; } -.stack > :is(p, figure), .clip > p { +.stack > :is(p, figure), .clip > p, .container :only-child { margin: 0; }