From 42ede0cc327a4700516d2862c11fd5e25c25d34d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 20:35:55 +0500 Subject: [PATCH] fix blog post headings on mobile --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index ecc7e17..432e3bf 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,11 @@ html, body { line-height: 1.5 !important; margin-top: 40px !important; } + + .wp-site-blocks h2.blog-post-heading::before { + margin-inline-end: -0.7em; + margin-inline-start: 1em; + } } @media screen and (min-width: 600px){