fix bullet padding on home page 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
0274667f69
commit
865f543d80
@ -120,6 +120,10 @@ html, body {
|
|||||||
.wp-site-blocks .wp-block-group:nth-child(1) {
|
.wp-site-blocks .wp-block-group:nth-child(1) {
|
||||||
padding-top: 24px !important;
|
padding-top: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul#what-we-offer {
|
||||||
|
padding-left: revert !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 600px){
|
@media screen and (min-width: 600px){
|
||||||
|
Loading…
Reference in New Issue
Block a user