fix services page section headings on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
56cd3f46ab
commit
16b13ba39e
10
style.css
10
style.css
@ -141,6 +141,16 @@ html, body {
|
|||||||
float: left;
|
float: left;
|
||||||
margin-inline-start: 0;
|
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){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user