From 408d669e0cd8c2502f05454ac988900dcdc88ce8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 6 Feb 2025 16:18:25 +0100 Subject: [PATCH] refining block reordering and padding chaining --- resources/css/editor/editor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/css/editor/editor.css b/resources/css/editor/editor.css index 881b204..98e6618 100644 --- a/resources/css/editor/editor.css +++ b/resources/css/editor/editor.css @@ -14,3 +14,10 @@ content: none; } } +.deligraph-blocks-chapter-section + .gallery-website-screens { + @apply mt-12; +} + +.simple-screen--white + .gallery-website-screens { + @apply mt-32; +}