From d5792411d72c07dd75719f4589424f4a3846f9cb Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 16:30:40 +0500 Subject: [PATCH] tweak markdown heading style --- block-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/block-styles.css b/block-styles.css index 594cc9e..9c1eb51 100644 --- a/block-styles.css +++ b/block-styles.css @@ -29,6 +29,10 @@ } /* For the "Markdown-style Heading" block style */ +.is-style-markdown-heading { + margin-bottom: 1em; +} + .is-style-markdown-heading a { display: inline; }