fix blog post 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
37d483dfd2
commit
42ede0cc32
@ -178,6 +178,11 @@ html, body {
|
|||||||
line-height: 1.5 !important;
|
line-height: 1.5 !important;
|
||||||
margin-top: 40px !important;
|
margin-top: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-site-blocks h2.blog-post-heading::before {
|
||||||
|
margin-inline-end: -0.7em;
|
||||||
|
margin-inline-start: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 600px){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user