From bced078a81d2fc942abf4f4c22f6d7f85333b284 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 15:52:36 +0500 Subject: [PATCH] fix "what we offer" section on mobile --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 43f40af..71788bb 100644 --- a/style.css +++ b/style.css @@ -97,7 +97,7 @@ html, body { padding-top: 24px !important; } - ul#what-we-offer { + ul.what-we-offer { padding-left: revert !important; }