fix blog post headings on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 20:35:55 +05:00
parent 37d483dfd2
commit 42ede0cc32
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ html, body {
line-height: 1.5 !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){