From 865f543d806997094f942d550818343e97ac4790 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 19:44:50 +0500 Subject: [PATCH] fix bullet padding on home page on mobile --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 1cd9038..aa57cfd 100644 --- a/style.css +++ b/style.css @@ -120,6 +120,10 @@ html, body { .wp-site-blocks .wp-block-group:nth-child(1) { padding-top: 24px !important; } + + ul#what-we-offer { + padding-left: revert !important; + } } @media screen and (min-width: 600px){