homepage: improve headings' spacing 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
865f543d80
commit
17a075378e
@ -124,6 +124,14 @@ html, body {
|
|||||||
ul#what-we-offer {
|
ul#what-we-offer {
|
||||||
padding-left: revert !important;
|
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){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user