fix services page section headings on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 20:15:24 +05:00
parent 56cd3f46ab
commit 16b13ba39e
1 changed files with 10 additions and 0 deletions

View File

@ -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){