From 3d0ac2c4b50cd1d247082f3b9c8f123dc41cc5ac Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 10 Nov 2023 10:57:38 +0100 Subject: [PATCH] adding block exceptions rules --- resources/css/editor-style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 75b22b2..db358b2 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -37,10 +37,6 @@ body { } } -.homegrade-content-blocks-grey-box { - /* max-width: 100% !important; */ -} - .components-dropdown .components-toolbar__control { background-color: #e04d42; color: white; @@ -90,3 +86,12 @@ h5 { p { @apply my-3 p-0; } + +.block-content-page-header { + h2 { + @apply !text-4xl mt-0 mb-12; + } +} +.homegrade-content-blocks-grey-box { + /* max-width: 100% !important; */ +}