From 17a075378ed217f593ce992bef64f059531bc9b7 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 19:49:53 +0500 Subject: [PATCH] homepage: improve headings' spacing on mobile --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index aa57cfd..7c4280e 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,14 @@ html, body { ul#what-we-offer { padding-left: revert !important; } + + .home .wp-site-blocks h2 { + margin-top: 60px; + } + + .home .wp-site-blocks h1.wp-block-heading { + margin-top: 28px !important; + } } @media screen and (min-width: 600px){