homepage: improve headings' spacing on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2023-08-25 19:49:53 +05:00
parent 865f543d80
commit 17a075378e
1 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,14 @@ html, body {
ul#what-we-offer {
padding-left: revert !important;
}
.home .wp-site-blocks h2 {
margin-top: 60px;
}
.home .wp-site-blocks h1.wp-block-heading {
margin-top: 28px !important;
}
}
@media screen and (min-width: 600px){