From f6d5baa44da9a4b97baa83d9cee02e8bb3f0d587 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 20:56:01 +0500 Subject: [PATCH] tweak blog post heading styles on desktop --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index cf3ccc8..ae2c849 100644 --- a/style.css +++ b/style.css @@ -223,4 +223,9 @@ html, body { .wp-site-blocks .category-portfolio h2 { margin-block: 40px !important; } + + .wp-site-blocks h2.blog-post-heading { + margin-top: 4em; + font-size: var(--wp--preset--font-size--medium); + } } \ No newline at end of file