From 929bbc93d8a4e2d9d832ab5707e1de4104530212 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 Nov 2023 15:43:35 +0100 Subject: [PATCH] rounded edges for wp-block-picture --- resources/css/editor-content/gutenberg.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index d3725e4..2ce9c06 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -57,6 +57,14 @@ article > *:not(.entry-content, .chapter-header-block), } } +.wp-block-columns { + @apply gap-4; +} +.wp-block-image { + img { + @apply rounded-3xl; + } +} .entry-content, .page-content, .homegrade-page-container {