From 16b13ba39eb7718d1ddd918528a51120cdc83c25 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 20:15:24 +0500 Subject: [PATCH] fix services page section headings on mobile --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index c403e91..6f41eb7 100644 --- a/style.css +++ b/style.css @@ -141,6 +141,16 @@ html, body { float: left; margin-inline-start: 0; } + + .services-heading { + text-align: left; + border-bottom: 2px dotted; + padding: 0; + width: fit-content; + margin-inline-start: var(--wp--preset--spacing--40); + line-height: 1.5 !important; + margin-top: 40px !important; + } } @media screen and (min-width: 600px){